wait for compilation of libs to finish before building tools

BodgeMaster-unfinished
BodgeMaster 2022-06-24 16:36:57 +02:00
parent 98490b3e50
commit ad336b84b6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ for lib in $(find ./src/lib -name "*.cpp"); do
$COMPILE_COMMAND &
done
wait
# Commands for every program need to be given individually because we can't
# just add all shared libraries to all programs.