We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6391e61 commit 7b9e05dCopy full SHA for 7b9e05d
premake5.lua
@@ -48,4 +48,7 @@ if os.get() == "windows" then
48
49
configuration "windows"
50
defines { "LUA_BUILD_AS_DLL" }
51
+
52
+ filter "architecture:x64"
53
+ flags { "ExcludeFromBuild" }
54
end
0 commit comments