Skip to content

Commit

Permalink
wscript: use DEFAULT_RPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jun 21, 2023
1 parent e7b56e7 commit 521cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -48,7 +48,7 @@ def build(bld):
features = 'cxx',
includes = includes,
use = libs,
rpath = '$ORIGIN',
rpath = bld.env.DEFAULT_RPATH,
install_path = bld.env.LIBDIR,
subsystem = bld.env.MSVC_SUBSYSTEM
)

0 comments on commit 521cf5c

Please sign in to comment.