build: check for endian.h and byteswap.h

This commit is contained in:
Lucas De Marchi 2016-07-08 11:05:17 -03:00
parent a014d0c790
commit 8a27680fbb
1 changed files with 4 additions and 0 deletions

View File

@ -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':