forked from ariadne/pkgconf
fragment: give -Wl fragments the same protection as -pthread
parent
90d52e6c2a
commit
c7a8e1e3b8
|
@ -38,7 +38,8 @@ pkgconf_fragment_is_unmergeable(const char *string)
|
||||||
{"-framework", 10},
|
{"-framework", 10},
|
||||||
{"-isystem", 8},
|
{"-isystem", 8},
|
||||||
{"-idirafter", 10},
|
{"-idirafter", 10},
|
||||||
{"-pthread", 8}
|
{"-pthread", 8},
|
||||||
|
{"-Wl,", 4},
|
||||||
};
|
};
|
||||||
|
|
||||||
if (*string != '-')
|
if (*string != '-')
|
||||||
|
|
Loading…
Reference in New Issue