fragment: add -pthread as a special fragment

feature/tap-sh
William Pitcock 2017-05-05 01:40:57 -05:00
parent ce47fa8d89
commit 90d52e6c2a
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ pkgconf_fragment_is_unmergeable(const char *string)
{"-framework", 10}, {"-framework", 10},
{"-isystem", 8}, {"-isystem", 8},
{"-idirafter", 10}, {"-idirafter", 10},
{"-pthread", 8}
}; };
if (*string != '-') if (*string != '-')