We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801b677 commit 53a3430Copy full SHA for 53a3430
actions/build_windows.sh
@@ -54,7 +54,7 @@ for PYVERSION in $PYVERSIONS; do
54
"$PYTHON" setup.py bdist_wheel --no-dependencies
55
done
56
"$PYTHON" setup.py merge --no-dependencies
57
-"$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
58
59
60
##### Report cache statistics #####
0 commit comments