fragment: give -Wl fragments the same protection as -pthread

pull/119/head
William Pitcock 2017-05-09 19:30:02 -05:00
parent 90d52e6c2a
commit c7a8e1e3b8
1 changed files with 2 additions and 1 deletions

View File

@ -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 != '-')