Files

4 lines
371 B
Plaintext

cd curl || exit 1 # assuming source code was unzipped in ./curl
MACOSX_DEPLOYMENT_TARGET="10.10" CC=x86_64-apple-darwin15-clang CFLAGS="-arch x86_64" ./configure --with-secure-transport --enable-threaded-resolver --disable-ldap --disable-ldaps --disable-rtsp --without-libssh2 --without-librtmp --host=x86_64-apple-darwin15
cp -f lib/curl_config.h ../curl_config.h.osx64