Add ENV.ldflags and use.

This commit is contained in:
Adam Vandenberg 2010-09-06 11:48:21 -07:00
parent fc7a0be039
commit 53cf7e843b

View File

@ -181,6 +181,7 @@ module HomebrewEnvExtension
# CFLAGS are read quite a bit
def cflags; ENV['CFLAGS']; end
def ldflags; ENV['LDFLAGS']; end
def m64
append_to_cflags '-m64'