Skip to content

Commit

Permalink
Vendor the correct version of msvcp140.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-adang committed Aug 12, 2024
1 parent 801b677 commit 53a3430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for PYVERSION in $PYVERSIONS; do
"$PYTHON" setup.py bdist_wheel --no-dependencies
done
"$PYTHON" setup.py merge --no-dependencies
"$PYTHON" -m delvewheel repair dist/merged/iknowpy-*.whl --add-path "$ICUDIR/bin64;../../kit/x64/Release/bin"
"$PYTHON" -m delvewheel repair --add-path "$ICUDIR/bin64;../../kit/x64/Release/bin;C:/Windows/System32" dist/merged/iknowpy-*.whl


##### Report cache statistics #####
Expand Down

0 comments on commit 53a3430

Please sign in to comment.