[Libreoffice-commits] .: solenv/gbuild
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Jun 12 03:23:40 PDT 2011
solenv/gbuild/Helper.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 59b3b89e7b4dfca7cccf89a98a7c253a4517a5fc
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Jun 12 13:22:12 2011 +0300
Run executable for the build platform
diff --git a/solenv/gbuild/Helper.mk b/solenv/gbuild/Helper.mk
index 24a5641..437ad8b 100644
--- a/solenv/gbuild/Helper.mk
+++ b/solenv/gbuild/Helper.mk
@@ -158,7 +158,7 @@ gb_StaticLibrary_$(1) += $(2)
endef
define gb_Helper_execute
-$(call gb_Helper_set_ld_path) $(OUTDIR)/bin/$(1)
+$(call gb_Helper_set_ld_path) $(OUTDIR_FOR_BUILD)/bin/$(1)
endef
export gb_Helper_set_ld_path
More information about the Libreoffice-commits
mailing list