summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Pyuno.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-04 11:30:37 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-10-04 11:30:37 +0200
commit27eec46ef7f4dfbd0d3573ab3bc3984510677b12 (patch)
tree9af364737431db3690457fe2ef8a2605317e8641 /solenv/gbuild/Pyuno.mk
parentff04ef4ed7c370a4da4e9467937e5a66450c72cc (diff)
introduce gb_Helper_OUTDIRLIBDIR
Diffstat (limited to 'solenv/gbuild/Pyuno.mk')
-rw-r--r--solenv/gbuild/Pyuno.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/solenv/gbuild/Pyuno.mk b/solenv/gbuild/Pyuno.mk
index 2ec682179a74..b8eb04ec39ba 100644
--- a/solenv/gbuild/Pyuno.mk
+++ b/solenv/gbuild/Pyuno.mk
@@ -23,11 +23,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-ifeq ($(OS),WNT)
-gb_Pyuno__get_outdir_path = bin/pyuno/$(1)
-else
-gb_Pyuno__get_outdir_path = lib/pyuno/$(1)
-endif
+gb_Pyuno__get_outdir_path = $(patsubst $(OUTDIR)/%,%,$(gb_Helper_OUTDIRLIBDIR))/pyuno/$(1)
$(call gb_Pyuno_get_target,%) :
$(call gb_Output_announce,$*,$(true),PYU,3)