We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc89a8 commit 7c637c9Copy full SHA for 7c637c9
build.sh
@@ -111,10 +111,10 @@ apply-patch harfbuzz harfbuzz.patch
111
112
if [ -n "$ENABLE_LIBVPX" ]; then
113
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;;
+ amd64) toolchain=x86_64-win64-vs17;;
+ x86) toolchain=x86-win32-vs17;;
+ arm) toolchain=armv7-win32-vs17;;
+ arm64) toolchain=arm64-win64-vs17;;
118
esac
119
120
if [ "$BUILD_TYPE" == "static" ]; then
0 commit comments