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 c0fe7e5 commit 9b0d106Copy full SHA for 9b0d106
.github/workflows/scripts/macos/build-dependencies.sh
@@ -80,7 +80,7 @@ make -C build "-j$NPROCS"
80
make -C build install
81
cd ..
82
83
-echo "Installing Qt Translations..."
+echo "Installing Qt Translations... "
84
tar xf "qttranslations-everywhere$QT_SUFFIX-src-$QT.tar.xz"
85
cd "qttranslations-everywhere-src-$QT"
86
cmake -B build -DCMAKE_PREFIX_PATH="$INSTALLDIR" -DCMAKE_INSTALL_PREFIX="$INSTALLDIR" -DCMAKE_BUILD_TYPE=Release
0 commit comments