wait for compilation of libs to finish before building tools
parent
98490b3e50
commit
ad336b84b6
1
build.sh
1
build.sh
|
@ -18,6 +18,7 @@ for lib in $(find ./src/lib -name "*.cpp"); do
|
||||||
$COMPILE_COMMAND &
|
$COMPILE_COMMAND &
|
||||||
done
|
done
|
||||||
|
|
||||||
|
wait
|
||||||
|
|
||||||
# Commands for every program need to be given individually because we can't
|
# Commands for every program need to be given individually because we can't
|
||||||
# just add all shared libraries to all programs.
|
# just add all shared libraries to all programs.
|
||||||
|
|
Loading…
Reference in New Issue