mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
Removing unnecessary patch_external_libraries_included file from wheel
This commit is contained in:
@@ -75,9 +75,9 @@ cp -v $KLAYOUT_BITS/zlib/bin/* .
|
|||||||
# exit 1
|
# exit 1
|
||||||
# fi
|
# fi
|
||||||
cd $TMP_WHEEL
|
cd $TMP_WHEEL
|
||||||
touch $TMP_WHEEL/patch_external_libraries_included
|
# touch $TMP_WHEEL/patch_external_libraries_included
|
||||||
echo "Packing $WHL from $TMP_WHEEL"
|
echo "Packing $WHL from $TMP_WHEEL"
|
||||||
# rm -f $WHL
|
rm -f $WHL
|
||||||
wheel pack $TMP_WHEEL -d `dirname $WHL` || exit 1
|
wheel pack $TMP_WHEEL -d `dirname $WHL` || exit 1
|
||||||
echo "Done. $(basename $WHL) is patched."
|
echo "Done. $(basename $WHL) is patched."
|
||||||
# Cleanup (should always execute)
|
# Cleanup (should always execute)
|
||||||
|
|||||||
Reference in New Issue
Block a user