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:
Mike Hommey 2019-06-07 00:02:18 +00:00
Родитель 4c31ff930a
Коммит 4f79d8057f
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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',
]