diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-26 23:20:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-26 23:21:34 +0200 |
commit | 6d95f2be8667765ee85b08bc0c8f64d8b6a768a9 (patch) | |
tree | 6e18e002fd07244811fd8746958709c5632a659a /external/firebird | |
parent | 220be19271dc0baa4053086ef43fc0b4a4602586 (diff) |
firebird: find ICU libraries when running build tools
Change-Id: I1966312b1f66295b8284195b7affee42faae03ce
Diffstat (limited to 'external/firebird')
-rw-r--r-- | external/firebird/ExternalProject_firebird.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk index 7001c2348d80..8bc87e5ce256 100644 --- a/external/firebird/ExternalProject_firebird.mk +++ b/external/firebird/ExternalProject_firebird.mk @@ -47,7 +47,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build): $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(filter IOS ANDROID,$(OS)),--disable-shared,--disable-static) \ && $(if $(filter WNT,$(OS)),\ - PATH="$(shell cygpath -u $(OUTDIR)/bin):$$PATH",\ + PATH="$(shell cygpath -u $(call gb_UnpackedTarball_get_dir,icu)/source/lib):$$PATH",\ $(gb_Helper_set_ld_path)) \ $(MAKE) firebird_embedded \ $(if $(filter MACOSX,$(OS)),&& $(PERL) \ |