Skip to content

Commit

Permalink
don't escape
Browse files Browse the repository at this point in the history
  • Loading branch information
DadSchoorse committed Feb 18, 2021
1 parent ee98003 commit 111b0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ld_lib_dir_vkbasalt = ''

if get_option('append_libdir_vkbasalt')
lib_dir = join_paths(lib_dir, 'vkbasalt')
ld_lib_dir_vkbasalt = get_option('prefix') + '/\$LIB/vkbasalt/'
ld_lib_dir_vkbasalt = get_option('prefix') + '/$LIB/vkbasalt/'
endif

if get_option('with_so')
Expand Down

0 comments on commit 111b0e8

Please sign in to comment.