mirror of https://github.com/KLayout/klayout.git
Updating build scripts for Windows to use a proper suffix including 64bit coordinate flags
This commit is contained in:
parent
0eb54f6030
commit
b0b2ec875b
|
|
@ -101,8 +101,8 @@ else
|
||||||
echo "ERROR: not in mingw32 or mingw64 system."
|
echo "ERROR: not in mingw32 or mingw64 system."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
target=$pwd/bin-release-$arch
|
target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||||
build=$pwd/build-release-$arch
|
build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||||
src=$pwd/src
|
src=$pwd/src
|
||||||
scripts=$pwd/scripts
|
scripts=$pwd/scripts
|
||||||
# Update in NSIS script too:
|
# Update in NSIS script too:
|
||||||
|
|
|
||||||
|
|
@ -94,8 +94,8 @@ else
|
||||||
echo "ERROR: not in ucrt64 system."
|
echo "ERROR: not in ucrt64 system."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
target=$pwd/bin-release-$arch
|
target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||||
build=$pwd/build-release-$arch
|
build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||||
src=$pwd/src
|
src=$pwd/src
|
||||||
scripts=$pwd/scripts
|
scripts=$pwd/scripts
|
||||||
# Update in NSIS script too:
|
# Update in NSIS script too:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue