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 140e07c commit 147e615Copy full SHA for 147e615
.ci/monolithic-windows.sh
@@ -55,7 +55,7 @@ start-group "ninja"
55
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
56
cp ${BUILD_DIR}/.ninja_log ninja.ninja_log
57
58
-if [[ "${runtime_targets}" != "" ]]; then
+if [[ "${runtimes_targets}" != "" ]]; then
59
start-group "ninja runtimes"
60
61
ninja -C "${BUILD_DIR}" -k 0 ${runtimes_targets} |& tee ninja_runtimes.log
0 commit comments