-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-15667: [R] Test development build with ARROW_BUILD_STATIC=OFF
I found that on Windows, the build would fail if `ARROW_BUILD_STATIC=OFF`, even though it was supposed to be using shared libraries. To make things simpler, I changed `configure.win` to just use the pkg-config files. This works for dynamic libraries. However, if you try to do a static-only build, it fails. I started to look into why, but am feeling exhausted debugging linking errors. 😩 At the very least, I think this change means if someone fixes the pkg-config file to support static linking, then the R static-only build should (hopefully) be fixed automatically. Closes #12406 from wjones127/ARROW-15667-windows-shared-lib Authored-by: Will Jones <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters