fragment: also protect -nostdinc, -nostdlibinc, -nobuiltininc

pull/119/head
William Pitcock 2017-05-09 19:38:57 -05:00
parent 74eb74a3ef
commit 3c7f82a7fb
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ pkgconf_fragment_is_unmergeable(const char *string)
{"-std=", 5},
{"-stdlib=", 8},
{"-include", 8},
{"-nostdinc", 9},
{"-nostdlibinc", 12},
{"-nobuiltininc", 13},
};
if (*string != '-')