Build wx verbose (output timeout)

Disable other build steps for the moment; see if we can get a working wxwidgets cache first
This commit is contained in:
Charles J. Cliffe
2023-03-28 23:04:03 -04:00
parent 8ad45faec5
commit 61797c2ac6
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ elif [ "$(uname)" == "Darwin" ]; then
fi
echo "Building wxWidgets.."
make -j$(nproc)
make V=1 -j$(nproc)
make install