libpkgconf: fragment: add -nodefaultlibs to special flags list

Related: https://github.com/pkgconf/pkgconf/issues/371
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
master
Ariadne Conill 2025-03-04 14:25:43 -08:00
parent 97fbb4ffb9
commit 5fbabf143c
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ pkgconf_fragment_is_unmergeable(const char *string)
{"-nostdinc", 9},
{"-nostdlibinc", 12},
{"-nobuiltininc", 13},
{"-nodefaultlibs", 14},
};
if (*string != '-')