mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: build disco static
needed for libc version
This commit is contained in:
parent
b0e59b2611
commit
a749c32974
@ -88,7 +88,7 @@ class build_binaries(object):
|
||||
|
||||
def board_options(self, board):
|
||||
'''return board-specific options'''
|
||||
if board == "bebop":
|
||||
if board in ["bebop", "disco"]:
|
||||
return ["--static"]
|
||||
return []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user