Skip to content

Commit 0d67f27

Browse files
committed
Build lunasvg only for x86 Windows
1 parent 3a25cce commit 0d67f27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vendor/lunasvg/premake5.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ project "lunasvg"
3535
"source",
3636
"include"
3737
}
38+
39+
filter "architecture:not x86"
40+
flags { "ExcludeFromBuild" }
41+
filter "system:not windows"
42+
flags { "ExcludeFromBuild" }

0 commit comments

Comments
 (0)