Skip to content

Commit 34c1667

Browse files
committed
retest
1 parent 63e121e commit 34c1667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ if [ "$BUILD_LICENSE" == "gpl" ]; then
5353
X265_ARGS="-DSTATIC_LINK_CRT=on"
5454
fi
5555

56-
if [[ "$BUILD_ARCH" = arm ]]; then
56+
if [ "$BUILD_ARCH" == arm ]; then
5757
X265_ARGS="$X265_ARGS -DCMAKE_SYSTEM_PROCESSOR=armv7l -DCROSS_COMPILE_ARM=ON"
58-
elif [[ "$BUILD_ARCH" = arm64 ]]; then
58+
elif [ "$BUILD_ARCH" == arm64 ]; then
5959
X265_ARGS="$X265_ARGS -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCROSS_COMPILE_ARM64=ON"
6060
fi
6161

0 commit comments

Comments
 (0)