Skip to content

Commit

Permalink
Update curl-unixbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Nov 5, 2024
1 parent 6a8564f commit 219a96b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/curl-unixbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ OUT_DIR=ninjabuild-unix
# -- Features: alt-svc AsynchDNS HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets

# TODO check Windows build log for unwanted deps
# -- Found Perl: D:/a/_temp/msys64/usr/bin/perl.exe (found version "5.38.2")
# Also required for OpenSSL, so begrudgingly accept it's needed?

cmake -S $SRC_DIR -B $BUILD_DIR -G Ninja -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON -DCMAKE_C_COMPILER=gcc -DBUILD_CURL_EXE=OFF -DCURL_DISABLE_INSTALL=ON
cmake --build $BUILD_DIR --clean-first
Expand Down

0 comments on commit 219a96b

Please sign in to comment.