mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: set rpath to current folder, LD_LIBRARY_PATH is unneeded anymore
Fix README and AppImage launch script accordingly
This commit is contained in:
@@ -37,6 +37,7 @@ def build(bld):
|
||||
features = 'c cxx cxxprogram',
|
||||
includes = includes,
|
||||
use = libs,
|
||||
rpath = '.',
|
||||
install_path = bld.env.BINDIR,
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user