Skip to content

Commit 7b9e05d

Browse files
committed
Tweaked post build copying for x64
1 parent 6391e61 commit 7b9e05d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

premake5.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ if os.get() == "windows" then
4848

4949
configuration "windows"
5050
defines { "LUA_BUILD_AS_DLL" }
51+
52+
filter "architecture:x64"
53+
flags { "ExcludeFromBuild" }
5154
end

0 commit comments

Comments
 (0)