Commit 16e41691 authored by mercury233's avatar mercury233

wtf fix 5

parent badd5283
Pipeline #11595 passed with stages
in 4 minutes and 5 seconds
......@@ -8,7 +8,6 @@ export YGOPRO_LIBEVENT_STATIC_PATH=$PWD/libevent-stable
git submodule update --init
./premake5 gmake --cc=clang
cat ./build/lua.make
cd build
make config=release -j4
cd ..
......
......@@ -58,12 +58,11 @@ if not os.getenv("YGOPRO_NO_XP_TOOLSET") then
end
configuration "bsd"
defines { "LUA_USE_POSIX" }
includedirs { "/usr/local/include" }
libdirs { "/usr/local/lib" }
configuration "macosx"
defines { "LUA_USE_MACOSX", "DBL_MAX_10_EXP=+308", "DBL_MANT_DIG=53", "GL_SILENCE_DEPRECATION" }
defines { "GL_SILENCE_DEPRECATION" }
if not LIBEVENT_ROOT then
includedirs { "/usr/local/include/event2" }
libdirs { "/usr/local/lib" }
......@@ -75,7 +74,6 @@ end
links { "OpenGL.framework", "Cocoa.framework", "IOKit.framework" }
configuration "linux"
defines { "LUA_USE_LINUX" }
buildoptions { "-U_FORTIFY_SOURCE" }
configuration "Release"
......
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