Skip to content
  • Alexander Neundorf's avatar
    Eclipse on OSX: fix handling of framework include dirs (#13464) · d97b3852
    Alexander Neundorf authored
    On OSX, the output from gcc looks like this:
     /usr/include/c++/4.2.1
     /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64
     /usr/include/c++/4.2.1/backward
     /usr/lib/gcc/i686-apple-darwin10/4.2.1/include
     /usr/include
     /System/Library/Frameworks (framework directory)
     /Library/Frameworks (framework directory)
    End of search list.
    
    The "(framework directory)" part needs to be removed so that Eclipse handles it properly
    
    Alex
    d97b3852