Skip to content

Commit 3fa0ee2

Browse files
committed
Try delvewheel --add-path to repair wheels so we bundle arrow CPP
1 parent 8cc8745 commit 3fa0ee2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/scripts/python_wheel_windows_build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ echo "Wheel name: %WHEEL_NAME%"
225225

226226
%PYTHON_CMD% -m delvewheel repair -vv ^
227227
--ignore-existing --with-mangle ^
228+
--add-path "C:\Program Files\arrow\bin" ^
228229
-w repaired_wheels %WHEEL_NAME% || exit /B 1
229230

230231
popd

0 commit comments

Comments
 (0)