extras: cfg_cross_gnu: parse LDFLAGS environment variable

This commit is contained in:
Jérôme Carretero 2014-11-28 13:22:08 -05:00
parent f3320a4b07
commit 5746e9a99a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ def xcheck_host(conf):
conf.xcheck_host_prog('LD', 'ld')
conf.xcheck_host_envar('CFLAGS')
conf.xcheck_host_envar('CXXFLAGS')
conf.xcheck_host_envar('LINKFLAGS', 'LDFLAGS')
conf.xcheck_host_envar('LDFLAGS', 'LINKFLAGS')
conf.xcheck_host_envar('LIB')
conf.xcheck_host_envar('PKG_CONFIG_PATH')
# TODO find a better solution than this ugliness