mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-26 02:14:36 +01:00
Prepend _win64_
This commit is contained in:
parent
7090f16ff3
commit
1591b7f5a6
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue