diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-10-03 18:02:16 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-03 18:03:10 +0200 |
commit | deb2d9b1775605c415d7d31b5ed56d065d13981b (patch) | |
tree | 165c4a14acdc41778ee90a27e6b6d18bebbbcc24 /solenv | |
parent | 424dcd6813acd267a2d686aaef185f9a6398fccb (diff) |
Hack to get pyuno scripts to the right location on Windows.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Pyuno.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/Pyuno.mk b/solenv/gbuild/Pyuno.mk index a904009bdb05..2ec682179a74 100644 --- a/solenv/gbuild/Pyuno.mk +++ b/solenv/gbuild/Pyuno.mk @@ -23,7 +23,11 @@ # 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 $(call gb_Pyuno_get_target,%) : $(call gb_Output_announce,$*,$(true),PYU,3) |