diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-02 15:59:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-02 16:00:11 +0200 |
commit | ca3aba4cdf766cf33b0dbbe495c9e6f57f069822 (patch) | |
tree | 6009d3f35ba5142a5da571a2fd6fb07469c82a17 /config_host.mk.in | |
parent | ce9deff347ebdb1ab6faced894e8de9979eabb0e (diff) |
DBGHELP_DLL is set in download.lst included at the end
Change-Id: I5465c9176b0b53f9a148fe50373f38c71f179746
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 08f6a855e9d2..f99e3e45b9b3 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -88,7 +88,6 @@ export CXX_X64_BINARY=@CXX_X64_BINARY@ @x_CXXFLAGS@ export CXXFLAGS=@CXXFLAGS@ export CXXFLAGS_CXX11=@CXXFLAGS_CXX11@ export DATADIR=@DATADIR@ -export DBGHELP_DLL=@DBGHELP_DLL@ export DBUSMENUGTK_CFLAGS=$(gb_SPACE)@DBUSMENUGTK_CFLAGS@ export DBUSMENUGTK_LIBS=$(gb_SPACE)@DBUSMENUGTK_LIBS@ export DBUS_CFLAGS=$(gb_SPACE)@DBUS_CFLAGS@ |