mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1557171 - Wrap the sys/cachectl.h system header on mips linux. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D33883 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
4c31ff930a
commit
4f79d8057f
@ -1346,3 +1346,8 @@ if CONFIG['MOZ_WAYLAND']:
|
||||
'wayland-egl.h',
|
||||
'wayland-util.h',
|
||||
]
|
||||
|
||||
if CONFIG['OS_TARGET'] == 'Linux' and CONFIG['CPU_ARCH'].startswith('mips'):
|
||||
system_headers += [
|
||||
'sys/cachectl.h',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user