Skip to content

Commit 9ab46e1

Browse files
committed
Switch Windows to static C++ build
1 parent 964d7fe commit 9ab46e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/python_build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ pushd %CPP_BUILD_DIR%
6767

6868
cmake ^
6969
-DARROW_ACERO=%ARROW_ACERO% ^
70-
-DARROW_BUILD_SHARED=ON ^
71-
-DARROW_BUILD_STATIC=OFF ^
70+
-DARROW_BUILD_SHARED=OFF ^
71+
-DARROW_BUILD_STATIC=ON ^
7272
-DARROW_BUILD_TESTS=OFF ^
7373
-DARROW_COMPUTE=ON ^
7474
-DARROW_CSV=ON ^

0 commit comments

Comments
 (0)