Skip to content

Commit

Permalink
Update r/configure.win
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Mecum <[email protected]>
  • Loading branch information
raulcd and amoeba authored Dec 23, 2024
1 parent 6bb2000 commit 80501c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function configure_binaries() {
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
AWS_LIBS="-luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp"
AWS_LIBS="-luserenv -lversion -lws2_32 -lbcrypt -lwininet -lwinhttp -lsecur32 -lshlwapi"
# 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 80501c7

Please sign in to comment.