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},
|
||||
{"-isystem", 8},
|
||||
{"-idirafter", 10},
|
||||
{"-pthread", 8}
|
||||
{"-pthread", 8},
|
||||
{"-Wl,", 4},
|
||||
};
|
||||
|
||||
if (*string != '-')
|
||||
|
|
Loading…
Reference in New Issue