Skip to content

Commit

Permalink
#5 dll packing attempt using @vinayak-mehta wheel_repair.py (20)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 11, 2020
1 parent 205abf4 commit dbb9dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools.bash
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function 4_build_wheel () {
#4c_copy_windows_dlls_for_repair
pip install -r dev-requirements-win.txt
LAST_WHEEL=`ls -Art dist/*.whl | tail -n 1`
$PYTHON3 wheel_repair.py $LAST_WHEEL "D:/a/_temp/msys/msys64/mingw64/bin/"
$PYTHON3 wheel_repair.py $LAST_WHEEL -d "D:/a/_temp/msys/msys64/mingw64/bin/"
fi
}

Expand Down

0 comments on commit dbb9dde

Please sign in to comment.