Skip to content
  • Mikołaj Siedlarek's avatar
    OS X: Use -iframework for system framework directories · 1bed75a5
    Mikołaj Siedlarek authored and Brad King's avatar Brad King committed
    Just like -I flag has its -isystem counterpart which marks an include
    directory as a system directory and prevents unwanted warnings, on Apple
    systems there is -iframework -- a system directory replacement for -F.
    Use this flag to implement include_directories(SYSTEM) for frameworks.
    1bed75a5