Commit 9d344f27 authored by mercury233's avatar mercury233

Merge branch 'patch-premake-update' of https://github.com/Fluorohydride/ygopro

parents dd63e7c3 e7285349
......@@ -117,7 +117,7 @@ if USE_IRRKLANG then
elseif os.istarget("macosx") then
IRRKLANG_LIB_DIR = "../irrklang/bin/macosx-gcc"
end
IRRKLANG_LIB_DIR = _OPTIONS["irrklang-lib-dir"] or "../irrklang/lib/Win32-visualStudio"
IRRKLANG_LIB_DIR = _OPTIONS["irrklang-lib-dir"] or IRRKLANG_LIB_DIR
end
if(_OPTIONS["irrklang-pro"]) and os.istarget("windows") then
......
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