Commit 407316c
fix: disable Arrow S3 on Windows to avoid OpenSSL dependency
Arrow S3 requires AWS SDK which depends on OpenSSL::Crypto, but OpenSSL
is not available on Windows builds. This mirrors how curl.cmake already
uses Schannel instead of OpenSSL on Windows. S3 support remains enabled
on Linux/macOS.
Fixes #178
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 186aacf commit 407316c
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments