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 b074c2c commit e4eff82Copy full SHA for e4eff82
vendor/zip/premake5.lua
@@ -16,6 +16,6 @@ project "zip"
16
"*.h",
17
"*.c"
18
}
19
-
20
- filter "system:linux"
+
+ filter "system:not windows"
21
excludes { "iowin32.h", "iowin32.c" }
0 commit comments