Build-OpenSSL-cURL
Build-OpenSSL-cURL copied to clipboard
Reconfigure build for macOs ARM Applications
Hello, I think it's male sense add to build curl this flags:
This is necessary for desktop applications because the new architecture [ARM64] does not support these things...
--without-libidn2 --disable-ldap --without-zlib
Hi @SKyzZz are you getting an error for builds on this architecture?
@jasonacox jasonacox just looks good when I compile but when I compile code I got:
unresolved external symbol c++ and etc...
- Ldap
- Inflare
- ZlibVersion
Thanks! I could see removing the first two, but you likely want zlib to handle compressed http payloads. I am not getting the symbol errors. I import the frameworks this way into xcode:

Are you building your desktop app via xcode IDE or command line?
Are you building your desktop app via xcode IDE or command line?
xcode IDE + I use lib.a format
Added --without-libidn2 in the current build.