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 6aa2d35 commit 3eb3ed9Copy full SHA for 3eb3ed9
contrib/curl/premake5.lua
@@ -18,7 +18,7 @@ project "curl-lib"
18
filter { "options:zlib-src=contrib" }
19
includedirs { '../zlib' }
20
21
- filter { "system:windows" }
+ filter { "system:windows", "toolset:not clang" }
22
defines { "USE_SCHANNEL", "USE_WINDOWS_SSPI" }
23
links { "crypt32", "bcrypt" }
24
contrib/libzip/premake5.lua
@@ -11,7 +11,7 @@ project "zip-lib"
11
"**.c"
12
}
13
14
- filter "toolset:gcc or clang or cosmocc"
+ filter {"action:not vs*", "toolset:gcc or clang or cosmocc"}
15
defines { "HAVE_SSIZE_T_LIBZIP", "HAVE_CONFIG_H" }
16
forceincludes { "unistd.h" }
17
0 commit comments