Prepend _win64_

This commit is contained in:
qurious-pixel 2026-01-13 14:15:17 -08:00 committed by Ani
parent 7090f16ff3
commit 1591b7f5a6

View file

@ -14,7 +14,7 @@ COMM_COUNT=$(git rev-list --count HEAD)
COMM_HASH=$(git rev-parse --short=8 HEAD)
# Differentiate Windows builds
if [ "$COMPILER" == 'clang' ];then
if [ "$COMPILER" = 'clang' ];then
BUILD_SUFFIX="win64_${CPU_ARCH}_${COMPILER}"
else
BUILD_SUFFIX="${CPU_ARCH}_${COMPILER}"