Tools: fixed cygwin build for rover

try to fix singleton depenency in scripting
This commit is contained in:
Andrew Tridgell 2021-11-19 21:17:20 +11:00 committed by Randy Mackay
parent 2f4bcfb21c
commit 821a041cbe

View File

@ -13,7 +13,11 @@ mkdir artifacts
(
python ./waf --color yes --toolchain i686-pc-cygwin --board sitl configure 2>&1
python ./waf plane rover copter sub heli 2>&1
python ./waf plane 2>&1
python ./waf copter 2>&1
python ./waf heli 2>&1
python ./waf rover 2>&1
python ./waf sub 2>&1
) | tee artifacts/build.txt
i686-pc-cygwin-g++ -print-sysroot