Skip to content

Commit e4eff82

Browse files
committed
Exclude iowin32 for non-windows systems in zip
1 parent b074c2c commit e4eff82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/zip/premake5.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ project "zip"
1616
"*.h",
1717
"*.c"
1818
}
19-
20-
filter "system:linux"
19+
20+
filter "system:not windows"
2121
excludes { "iowin32.h", "iowin32.c" }

0 commit comments

Comments
 (0)