Removing unnecessary patch_external_libraries_included file from wheel

This commit is contained in:
Thomas Ferreira de Lima 2019-01-02 11:47:41 -05:00
parent 2b2b38d160
commit a823d8c5df
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 2 additions and 2 deletions

View File

@ -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)