mirror of https://github.com/ArduPilot/ardupilot
build: check for endian.h and byteswap.h
This commit is contained in:
parent
a014d0c790
commit
8a27680fbb
|
@ -124,6 +124,10 @@ def ap_common_checks(cfg):
|
|||
mandatory=False,
|
||||
)
|
||||
|
||||
cfg.check(header_name='endian.h', mandatory=False)
|
||||
|
||||
cfg.check(header_name='byteswap.h', mandatory=False)
|
||||
|
||||
@conf
|
||||
def check_librt(cfg, env):
|
||||
if cfg.env.DEST_OS == 'darwin':
|
||||
|
|
Loading…
Reference in New Issue