Skip to content

Commit cabb33f

Browse files
committed
Re-enable Win32 IDN for cURL
1 parent c02261b commit cabb33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/curl/premake5.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ project "curl"
2727
}
2828

2929
filter { "system:windows" }
30-
defines { "USE_SCHANNEL", "USE_WINDOWS_SSPI" }
31-
links "crypt32"
30+
defines { "USE_SCHANNEL", "USE_WINDOWS_SSPI", "USE_WIN32_IDN", "WANT_IDN_PROTOTYPES" }
31+
links { "crypt32", "Normaliz" }
3232

3333
filter { "system:macosx" }
3434
defines { "USE_DARWINSSL" }

0 commit comments

Comments
 (0)