Skip to content

Commit

Permalink
Build libcurl statically
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Jun 9, 2024
1 parent 45d9fea commit a624890
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 @@ -17,7 +17,7 @@ elif [ "$OS" = "Windows" ]; then
OS_OPTIONS="-DCURL_USE_SCHANNEL=On -DENABLE_UNICODE=On"
fi

cmake ../curl-"$VERSION" -DBUILD_CURL_EXE=Off -DHTTP_ONLY=On -DENABLE_MANUAL=Off -DCURL_USE_LIBSSH2=Off -DURL_USE_LIBSSH=Off $OS_OPTIONS $CMAKE_CONFIGURE_ARGS
cmake ../curl-"$VERSION" -DBUILD_CURL_EXE=Off -DBUILD_SHARED_LIBS=Off -DBUILD_STATIC_LIBS=On -DHTTP_ONLY=On -DENABLE_MANUAL=Off -DCURL_USE_LIBSSH2=Off -DURL_USE_LIBSSH=Off $OS_OPTIONS $CMAKE_CONFIGURE_ARGS
cmake --build . $CMAKE_BUILD_ARGS
cmake --install . $CMAKE_BUILD_ARGS

Expand Down

0 comments on commit a624890

Please sign in to comment.