Closed alexmocanu closed 5 years ago
On 10.15, removing i386 from ARCHS made it build fine for macOS using --platform=macosx --min-version=10.15
On 10.15.1 with Xcode 11.2 this did not work. I had to add a --archs argument as well:
./iSSH2.sh --platform=macosx --min-version=10.15 --archs=x86_64
MacOS 10.14.6 Xcode 10.3 (10G8)
Command used: ./iSSH2.sh --platform=macosx --min-version=10.14
The script automatically downloads openssl-1.1.1c and libssh2 1.9.0 Openssl compiles just fine but libssh2 fails with this error:
build-libssh2.log contains this:
In config.log it seems to fail here:
Here is the complete file: config.log