mirror of https://github.com/KLayout/klayout.git
Bug fix in build script
This commit is contained in:
parent
6127dd1dd6
commit
8865840c29
|
|
@ -88,7 +88,7 @@ if [ "$MSYSTEM" == "UCRT64" ]; then
|
|||
echo "ERROR: ucrt64 DLLs not found"
|
||||
exit 1
|
||||
fi
|
||||
ucrt_vssdk=$(cygpath -w "${a[0]}")
|
||||
ucrt_vssdk=$(cygpath -w "$ucrt_vssdk")
|
||||
|
||||
else
|
||||
echo "ERROR: not in ucrt64 system."
|
||||
|
|
|
|||
Loading…
Reference in New Issue