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 923e55d commit 660680cCopy full SHA for 660680c
CI/setup-windows-sdk.sh
@@ -146,7 +146,7 @@ echo "Building harfbuzz without graphite2"
146
git clone https://github.com/harfbuzz/harfbuzz.git
147
cd harfbuzz || exit 1
148
meson setup build --prefix=/mingw${BUILD_BITNESS} --buildtype=release -Dgraphite=disabled -Dtests=disabled
149
-meson compile -C build -j $(nproc)
+meson compile -C build -j "$(nproc)"
150
meson install -C build
151
152
echo ""
0 commit comments