mirror of https://github.com/KLayout/klayout.git
Updated windows deployment script.
This commit is contained in:
parent
6b08680ee7
commit
33e9873d71
|
|
@ -24,12 +24,6 @@ if ! [ -e ./build.sh ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# source the versions
|
||||
. ./version.sh
|
||||
export KLAYOUT_VERSION
|
||||
export KLAYOUT_VERSION_REV
|
||||
export KLAYOUT_VERSION_DATE
|
||||
|
||||
pwd=$(pwd)
|
||||
|
||||
# ---------------------------------------------------
|
||||
|
|
@ -77,14 +71,8 @@ echo "Running build for architecture $arch .."
|
|||
echo ""
|
||||
echo " target = $target"
|
||||
echo " build = $build"
|
||||
echo " version = $KLAYOUT_VERSION"
|
||||
echo " date = $KLAYOUT_VERSION_DATE"
|
||||
echo " rev = $KLAYOUT_VERSION_REV"
|
||||
echo ""
|
||||
|
||||
# Force a minimum rebuild for the version update
|
||||
touch src/version/version.h
|
||||
|
||||
rm -rf $target
|
||||
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue