aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index d35bf22a5..0e37b9f17 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -105,7 +105,7 @@ module HomebrewEnvExtension
self['CXX'] = '/usr/bin/g++-4.0'
self.O3
remove_from_cflags '-march=core2'
- remove_from_cflags %r{-msse4(\.\d)?/}
+ remove_from_cflags %r{-msse4(\.\d)?}
end
alias_method :gcc_4_0, :gcc_4_0_1