Skip to content

Commit

Permalink
Fix lib install
Browse files Browse the repository at this point in the history
  • Loading branch information
gasinvein authored and DadSchoorse committed Oct 1, 2020
1 parent ebaa75f commit ca921c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ shared_library(meson.project_name().to_lower(),
vkBasalt_src, shader_include,
include_directories : vkBasalt_include_path,
dependencies : [x11_dep, reshade_dep],
install : lib_dir)
install : true,
install_dir : lib_dir)

0 comments on commit ca921c8

Please sign in to comment.