mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-14 21:20:26 +01:00
engine, game_launch: fix rpath usage
This commit is contained in:
parent
c326853617
commit
fc132e87f4
@ -184,5 +184,6 @@ def build(bld):
|
||||
includes = includes,
|
||||
use = libs,
|
||||
install_path = install_path,
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM,
|
||||
rpath = '$ORIGIN'
|
||||
)
|
||||
|
@ -37,7 +37,7 @@ def build(bld):
|
||||
features = 'c cxx cxxprogram',
|
||||
includes = includes,
|
||||
use = libs,
|
||||
rpath = '.',
|
||||
rpath = '$ORIGIN',
|
||||
install_path = bld.env.BINDIR,
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user