rok commented on a change in pull request #10610:
URL: https://github.com/apache/arrow/pull/10610#discussion_r669166367
##########
File path: r/configure.win
##########
@@ -44,7 +44,7 @@ else
RWINLIB="../windows/$(ls windows/ | grep ^arrow- | tail -n 1)"
fi
OPENSSL_LIBS="-lcrypto -lcrypt32"
-MIMALLOC_LIBS="-lbcrypt -lpsapi"
+MIMALLOC_LIBS="-lbcrypt -lpsapi -lole32"
Review comment:
No worries, thanks for responding :)
The TZ functionality of the vendored library (date.h) needs to download a
timezone DB on windows to work. There's [a jira to set that
up](https://issues.apache.org/jira/browse/ARROW-13168) so this will eventually
need to compile on windows.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]