superenv: don't set LD
Some compile issue will no doubt elapse, but we can address these on a case-by-case basis. Refs Homebrew/homebrew#14943.
This commit is contained in:
parent
5ebf0416ce
commit
d147a4b989
@ -41,7 +41,7 @@ class << ENV
|
|||||||
def setup_build_environment
|
def setup_build_environment
|
||||||
reset
|
reset
|
||||||
check
|
check
|
||||||
ENV['CC'] = ENV['LD'] = 'cc'
|
ENV['CC'] = 'cc'
|
||||||
ENV['CXX'] = 'c++'
|
ENV['CXX'] = 'c++'
|
||||||
ENV['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
|
ENV['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
|
||||||
ENV['PATH'] = determine_path
|
ENV['PATH'] = determine_path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user