mingw64 shared --prefix=$sslDir --libdir="$sslDir/lib"
_make depend
_make
-_make install
+_make install_sw
- echo "Building libcurl."
- cd $depsSrcDir
- if [[ ! -d $curlSrcDir ]]; then
- git clone --branch $curlTag --depth 1 https://github.com/curl/curl
- cd $curlSrcDir
- fi
- cd $curlSrcDir
- ./buildconf
- ./configure --prefix=$curlDir --with-ssl=$sslDir --with-zlib=$zlibDir \
- --host=${MINGW_BASE} --libdir="$curlDir/lib"
- _make
- _make install
-
-
echo "Building boost."
cd $depsSrcDir
if [[ ! -d $boostSrcDir ]]; then