wscript: set rpath to current folder, LD_LIBRARY_PATH is unneeded anymore

Fix README and AppImage launch script accordingly
This commit is contained in:
Alibek Omarov
2022-03-03 05:57:51 +03:00
parent 85f99c723a
commit 8169c2a40b
4 changed files with 2 additions and 3 deletions
+1
View File
@@ -119,6 +119,7 @@ def build(bld):
features = 'cxx',
includes = includes,
use = libs,
rpath = '.',
install_path = bld.env.LIBDIR,
subsystem = bld.env.MSVC_SUBSYSTEM
)