Commit 8f1b072c authored by nanahira's avatar nanahira

fix rpath thing

parent 8d44a578
Pipeline #11722 passed with stages
in 4 minutes and 4 seconds
......@@ -164,7 +164,7 @@ if USE_IRRKLANG then
IRRKLANG_LIB_DIR = "../irrklang/lib/Win32-visualStudio"
elseif os.istarget("linux") then
IRRKLANG_LIB_DIR = "../irrklang/bin/linux-gcc-64"
IRRKLANG_LINK_RPATH = "-Wl,-rpath=./irrklang/bin/linux-gcc-64/"
IRRKLANG_LINK_RPATH = "-Wl,-rpath=./"
elseif os.istarget("macosx") then
IRRKLANG_LIB_DIR = "../irrklang/bin/macosx-gcc"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment