diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-10 15:08:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-10 15:08:29 +0100 |
commit | 1413b6a4fd6cd0909115566c94882bbc82f43b39 (patch) | |
tree | c7e7012e9fd28e7ccbacdb07904eb4a03ec805fd /external/libabw | |
parent | 8b172f7e847aa28d612e6730c37b9d8c513853b0 (diff) |
external: fortunately boost no longer requires config_host.mk
Change-Id: I8f2176500bf620cd5e4cdf434e6122b6163b3e0f
Diffstat (limited to 'external/libabw')
-rw-r--r-- | external/libabw/ExternalProject_libabw.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libabw/ExternalProject_libabw.mk b/external/libabw/ExternalProject_libabw.mk index 49a2645064ac..d45ef05a6a85 100644 --- a/external/libabw/ExternalProject_libabw.mk +++ b/external/libabw/ExternalProject_libabw.mk @@ -35,7 +35,7 @@ $(call gb_ExternalProject_get_state_target,libabw,build) : --disable-werror \ $(if $(VERBOSE)$(verbose),--disable-silent-rules,--enable-silent-rules) \ CXXFLAGS="$(if $(SYSTEM_BOOST),$(BOOST_CPPFLAGS),\ - -I$(call gb_UnpackedTarball_get_dir,boost) -I$(BUILDDIR)/config_$(gb_Side))" \ + -I$(call gb_UnpackedTarball_get_dir,boost))" \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ && $(MAKE) \ ) |