try different -rpath-link
This commit is contained in:
@@ -237,7 +237,7 @@ elif platform == "win32":
|
||||
elif platform == "posix":
|
||||
env.Append(
|
||||
CXXFLAGS=["-std=c++14","-include","global.hpp"],
|
||||
LINKFLAGS=["-rpath", "./"])
|
||||
LINKFLAGS=["-rpath-link", "deps/lib/", "-rpath", "./"])
|
||||
def build_app_package(env, source, build_dir, info):
|
||||
env.Install(build_dir, source)
|
||||
|
||||
|
Reference in New Issue
Block a user