forked from ariadne/pkgconf
fragment: add -pthread as a special fragment
parent
ce47fa8d89
commit
90d52e6c2a
|
@ -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 != '-')
|
||||||
|
|
Loading…
Reference in New Issue