aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-03-02 16:58:18 +0100
committerKarel Kočí <cynerd@email.cz>2019-03-02 17:19:21 +0100
commit9dca6dbb98066122fc5dc73242a8763ec59e8c8e (patch)
tree849a298566f1aa32409cc1c8139334fb95d1aded /build.sh
parent3f1defcaf51adfdeb8dc1acef3c37821b6c65e48 (diff)
downloadqtmips-9dca6dbb98066122fc5dc73242a8763ec59e8c8e.tar.gz
qtmips-9dca6dbb98066122fc5dc73242a8763ec59e8c8e.tar.bz2
qtmips-9dca6dbb98066122fc5dc73242a8763ec59e8c8e.zip
build.sh: use -recursive instead of explicit list
Signed-off-by: Karel Kočí <cynerd@email.cz>
Diffstat (limited to 'build.sh')
-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