Skip to content

Commit

Permalink
Update r/configure.win
Browse files Browse the repository at this point in the history
Co-authored-by: Neal Richardson <[email protected]>
  • Loading branch information
raulcd and nealrichardson authored Dec 30, 2024
1 parent abd83cf commit efffa78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r/configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +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 specific libs for Windows are bundled
# We build aws-sdk-cpp bundled now, so the AWS libs are included in arrow_bundled_dependencies
# but we also need to include these Windows system libraries
AWS_LIBS="-luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp -lsecur32 -lshlwapi -lncrypt"
# pkg-config --libs libcurl
GCS_LIBS="-lcurl -lnormaliz -lssh2 -lgdi32 -lssl -lcrypto -lcrypt32 -lwldap32 \
Expand Down

0 comments on commit efffa78

Please sign in to comment.