forked from ariadne/pkgconf
fragment: also protect -nostdinc, -nostdlibinc, -nobuiltininc
parent
74eb74a3ef
commit
3c7f82a7fb
|
@ -48,6 +48,9 @@ pkgconf_fragment_is_unmergeable(const char *string)
|
||||||
{"-std=", 5},
|
{"-std=", 5},
|
||||||
{"-stdlib=", 8},
|
{"-stdlib=", 8},
|
||||||
{"-include", 8},
|
{"-include", 8},
|
||||||
|
{"-nostdinc", 9},
|
||||||
|
{"-nostdlibinc", 12},
|
||||||
|
{"-nobuiltininc", 13},
|
||||||
};
|
};
|
||||||
|
|
||||||
if (*string != '-')
|
if (*string != '-')
|
||||||
|
|
Loading…
Reference in New Issue