ENV.cc= and ENV.cxx= are private
This commit is contained in:
parent
9e8d419070
commit
ff9bbe941b
@ -71,14 +71,6 @@ module SharedEnvExtension
|
|||||||
end if value
|
end if value
|
||||||
end
|
end
|
||||||
|
|
||||||
def cc= val
|
|
||||||
self['CC'] = self['OBJC'] = val.to_s
|
|
||||||
end
|
|
||||||
|
|
||||||
def cxx= val
|
|
||||||
self['CXX'] = self['OBJCXX'] = val.to_s
|
|
||||||
end
|
|
||||||
|
|
||||||
def cc; self['CC']; end
|
def cc; self['CC']; end
|
||||||
def cxx; self['CXX']; end
|
def cxx; self['CXX']; end
|
||||||
def cflags; self['CFLAGS']; end
|
def cflags; self['CFLAGS']; end
|
||||||
@ -243,4 +235,14 @@ module SharedEnvExtension
|
|||||||
end
|
end
|
||||||
|
|
||||||
def permit_arch_flags; end
|
def permit_arch_flags; end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def cc= val
|
||||||
|
self["CC"] = self["OBJC"] = val.to_s
|
||||||
|
end
|
||||||
|
|
||||||
|
def cxx= val
|
||||||
|
self["CXX"] = self["OBJCXX"] = val.to_s
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user