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."
|
||||
fi
|
||||
|
||||
target=$pwd/bin-release-$arch
|
||||
build=$pwd/build-release-$arch
|
||||
target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||
build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||
src=$pwd/src
|
||||
scripts=$pwd/scripts
|
||||
# Update in NSIS script too:
|
||||
|
|
|
|||
|
|
@ -94,8 +94,8 @@ else
|
|||
echo "ERROR: not in ucrt64 system."
|
||||
fi
|
||||
|
||||
target=$pwd/bin-release-$arch
|
||||
build=$pwd/build-release-$arch
|
||||
target=$pwd/bin-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||
build=$pwd/build-release-$arch$KLAYOUT_BUILD_SUFFIX
|
||||
src=$pwd/src
|
||||
scripts=$pwd/scripts
|
||||
# Update in NSIS script too:
|
||||
|
|
|
|||
Loading…
Reference in New Issue