Skip to content

Commit

Permalink
libcurl: Enable Apple IDN for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmitti committed Nov 18, 2024
1 parent e395ec8 commit 050bbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libcurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pushd build
OS_OPTIONS=""

if [ "$OS" = "Mac" ]; then
OS_OPTIONS=-DCURL_USE_SECTRANSP=On
OS_OPTIONS="-DCURL_USE_SECTRANSP=On -DUSE_LIBIDN2=Off -DUSE_APPLE_IDN=On"
elif [ "$OS" = "Windows" ]; then
OS_OPTIONS="-DCURL_USE_SCHANNEL=On -DENABLE_UNICODE=On"
fi
Expand Down

0 comments on commit 050bbff

Please sign in to comment.