We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04093b3 commit 31c8d70Copy full SHA for 31c8d70
ci/scripts/python_build.bat
@@ -134,6 +134,7 @@ pushd %SOURCE_DIR%\python
134
%PYTHON_CMD% -m pip install -r requirements-build.txt || exit /B 1
135
136
@REM Build PyArrow
137
-%PYTHON_CMD% -m pip install --no-deps --no-build-isolation -vv -Csetup-args="--vsenv" -Csetup-args="-Db_vscrt=mt" . || exit /B 1
+%PYTHON_CMD% -m pip install --no-deps --no-build-isolation ^
138
+ -vv -Ccompile-args="-v" \ . || exit /B 1
139
140
popd
0 commit comments