Bug fix in build script

This commit is contained in:
Matthias Koefferlein 2023-12-17 22:04:05 +01:00
parent 6127dd1dd6
commit 8865840c29
1 changed files with 1 additions and 1 deletions

View File

@ -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."