diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-02 16:58:18 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-02 17:19:21 +0100 |
commit | 9dca6dbb98066122fc5dc73242a8763ec59e8c8e (patch) | |
tree | 849a298566f1aa32409cc1c8139334fb95d1aded | |
parent | 3f1defcaf51adfdeb8dc1acef3c37821b6c65e48 (diff) | |
download | qtmips-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>
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |