1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Make sure we use -isystem with Meson on some deps

Otherwise we get warnings on external code.
This commit is contained in:
John Ericson 2024-07-29 12:16:05 -04:00
parent 0b96c586e0
commit 12717325cc
5 changed files with 10 additions and 8 deletions

View file

@ -62,6 +62,7 @@ endif
boost = dependency(
'boost',
modules : ['context', 'coroutine'],
include_type: 'system',
)
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we
# put in `deps_other`.