Skip to content

Commit

Permalink
Update configure.win to remove specific AWS CPP libs
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 23, 2024
1 parent b875632 commit 6bb2000
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions r/configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ function configure_binaries() {
OPENSSL_LIBS="-lcrypto -lcrypt32"
MIMALLOC_LIBS="-lbcrypt -lpsapi"
BROTLI_LIBS="-lbrotlienc -lbrotlidec -lbrotlicommon" # Common goes last since dec and enc depend on it
AWS_LIBS="-laws-cpp-sdk-config -laws-cpp-sdk-transfer -laws-cpp-sdk-identity-management \
-laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3 \
-laws-cpp-sdk-core -laws-c-event-stream -laws-checksums -laws-c-common \
-luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp"
# AWS specific libs for Windows are bundled
AWS_LIBS="-luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp"
# pkg-config --libs libcurl
GCS_LIBS="-lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32 \
-lz -lws2_32 -lnghttp2 -ldbghelp"
Expand Down

0 comments on commit 6bb2000

Please sign in to comment.