Skip to content

Commit 53a3430

Browse files
committed
Vendor the correct version of msvcp140.dll
1 parent 801b677 commit 53a3430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/build_windows.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for PYVERSION in $PYVERSIONS; do
5454
"$PYTHON" setup.py bdist_wheel --no-dependencies
5555
done
5656
"$PYTHON" setup.py merge --no-dependencies
57-
"$PYTHON" -m delvewheel repair dist/merged/iknowpy-*.whl --add-path "$ICUDIR/bin64;../../kit/x64/Release/bin"
57+
"$PYTHON" -m delvewheel repair --add-path "$ICUDIR/bin64;../../kit/x64/Release/bin;C:/Windows/System32" dist/merged/iknowpy-*.whl
5858

5959

6060
##### Report cache statistics #####

0 commit comments

Comments
 (0)