Tools: build disco static

needed for libc version
This commit is contained in:
Andrew Tridgell 2021-09-26 14:27:02 +10:00 committed by Peter Barker
parent b0e59b2611
commit a749c32974

View File

@ -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 []