From a823d8c5df4370ca8f416319ab21f21802193161 Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Wed, 2 Jan 2019 11:47:41 -0500 Subject: [PATCH] Removing unnecessary patch_external_libraries_included file from wheel --- ci-scripts/windows/fix_wheel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/windows/fix_wheel.sh b/ci-scripts/windows/fix_wheel.sh index a63a72c93..3ac9593c9 100644 --- a/ci-scripts/windows/fix_wheel.sh +++ b/ci-scripts/windows/fix_wheel.sh @@ -75,9 +75,9 @@ cp -v $KLAYOUT_BITS/zlib/bin/* . # exit 1 # fi cd $TMP_WHEEL -touch $TMP_WHEEL/patch_external_libraries_included +# touch $TMP_WHEEL/patch_external_libraries_included echo "Packing $WHL from $TMP_WHEEL" -# rm -f $WHL +rm -f $WHL wheel pack $TMP_WHEEL -d `dirname $WHL` || exit 1 echo "Done. $(basename $WHL) is patched." # Cleanup (should always execute)