mirror of https://github.com/ArduPilot/ardupilot
Tools: build_binaries.py: build SITL binaries for x86_64-linux-gnu and arm-linux-gnueabihf
This commit is contained in:
parent
780e0e2eba
commit
ca81cd0f1b
|
@ -545,7 +545,11 @@ is bob we will attempt to checkout bob-AVR'''
|
|||
"TBS-Colibri-F7",
|
||||
"Pixhawk4Pro",
|
||||
"CubeOrange",
|
||||
"CubeYellow"]
|
||||
"CubeYellow",
|
||||
# SITL targets
|
||||
"SITL_x86_64_linux_gnu",
|
||||
"SITL_arm_linux_gnueabihf",
|
||||
]
|
||||
|
||||
def build_arducopter(self, tag):
|
||||
'''build Copter binaries'''
|
||||
|
|
Loading…
Reference in New Issue