extend/ENV/std: fix Rubocop warnings.
This commit is contained in:
parent
fe661a809c
commit
c3dab72e37
@ -7,8 +7,8 @@ module Stdenv
|
||||
include SharedEnvExtension
|
||||
|
||||
# @private
|
||||
SAFE_CFLAGS_FLAGS = "-w -pipe"
|
||||
DEFAULT_FLAGS = "-march=core2 -msse4"
|
||||
SAFE_CFLAGS_FLAGS = "-w -pipe".freeze
|
||||
DEFAULT_FLAGS = "-march=core2 -msse4".freeze
|
||||
|
||||
def self.extended(base)
|
||||
unless ORIGINAL_PATHS.include? HOMEBREW_PREFIX/"bin"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user