summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-02 10:12:19 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-02 10:12:23 +0200
commit0b2bbad06c508382deb780814de6c6fde2c6d6fe (patch)
tree1fb4f948d4309ade045b95aaf32871a294e59029 /unoidl
parentb2265f06ea45d36edb579d2a385fcc62a7308513 (diff)
reg2unoidl not needed for non-desktop OSes
Also, trying to build executables using our <sal/main.h> stuff for Android fails (intentionally). Change-Id: Ic3ff1a46dc95dd87fb33ec38883ce87b4937f05d
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/Module_unoidl.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index e612d9d051d8..1f8bd739812e 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -10,7 +10,9 @@
$(eval $(call gb_Module_Module,unoidl))
$(eval $(call gb_Module_add_targets,unoidl, \
- Executable_reg2unoidl \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+ Executable_reg2unoidl \
+ ) \
Library_unoidl \
Package_inc \
))