aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 3d6ab61..06511c3 100755
--- a/build.sh
+++ b/build.sh
@@ -7,8 +7,8 @@ mkdir -p build
cd build
# Compile
-qtchooser -run-tool=qmake -qt=5 "$ROOT" "QMAKE_RPATHDIR += ../qtmips_machine"
-make -j$(nproc) sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests
+qtchooser -run-tool=qmake -qt=5 -recursive "$ROOT" "QMAKE_RPATHDIR += ../qtmips_machine ../qtmips_osemu"
+make sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests
# Link executables to more suitable place
ln -fs qtmips_cli/qtmips_cli cli