Skip to content

Commit 7c637c9

Browse files
committed
test
1 parent 3fc89a8 commit 7c637c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ apply-patch harfbuzz harfbuzz.patch
111111

112112
if [ -n "$ENABLE_LIBVPX" ]; then
113113
case $BUILD_ARCH in
114-
amd64)) toolchain=x86_64-win64-vs17;;
115-
x86)) toolchain=x86-win32-vs17;;
116-
arm)) toolchain=armv7-win32-vs17;;
117-
arm64)) toolchain=arm64-win64-vs17;;
114+
amd64) toolchain=x86_64-win64-vs17;;
115+
x86) toolchain=x86-win32-vs17;;
116+
arm) toolchain=armv7-win32-vs17;;
117+
arm64) toolchain=arm64-win64-vs17;;
118118
esac
119119

120120
if [ "$BUILD_TYPE" == "static" ]; then

0 commit comments

Comments
 (0)