From 53a3430c72ace2796e2fb943ad00ec2c780e9b3e Mon Sep 17 00:00:00 2001 From: isc-adang Date: Mon, 12 Aug 2024 15:15:05 -0400 Subject: [PATCH] Vendor the correct version of msvcp140.dll --- actions/build_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/build_windows.sh b/actions/build_windows.sh index 964372bb..120c851c 100755 --- a/actions/build_windows.sh +++ b/actions/build_windows.sh @@ -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 #####