diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc index 13bb32832a..212271727e 100755 --- a/Library/Homebrew/shims/super/cc +++ b/Library/Homebrew/shims/super/cc @@ -185,7 +185,7 @@ class Cmd "-fuse-linker-plugin", "-frounding-math" # clang doesn't support these flags args << arg unless tool =~ /^clang/ - when "-Xpreprocessor" + when "-Xpreprocessor", "-Xclang" # used for -Xpreprocessor -fopenmp args << arg << enum.next when /-mmacosx-version-min=10\.(\d+)/