mason icon indicating copy to clipboard operation
mason copied to clipboard

include paths: -I vs -isystem

Open kkaefer opened this issue 7 years ago • 2 comments

I'm seeing many custom packages that specify the same path both in -I and -isystem. Is there a particular reason to do that?

In https://github.com/mapbox/mason/blob/master/mason.sh#L496, we are removing the prefix from there and call uniq to remove adjacent duplicates.

/cc @springmeyer @artemp

kkaefer avatar Sep 28 '16 12:09 kkaefer

No reason that I'm aware of. Can you point to an example package that does this?

springmeyer avatar Sep 28 '16 14:09 springmeyer

https://github.com/mapbox/mason/search?utf8=✓&q=isystem

kkaefer avatar Sep 28 '16 15:09 kkaefer