diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-06 13:08:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-07 08:55:24 +0300 |
commit | 30e1b61157fa6009cd302ba0475e19037f67d513 (patch) | |
tree | b8af82dbe0af57ebba73294843ea9b9e92a41c29 /ucpp | |
parent | caac7011d259a6a7a22e617b27291e5c4fcbf09f (diff) |
No point with these executables for non-desktop OSes
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
Diffstat (limited to 'ucpp')
-rw-r--r-- | ucpp/Module_ucpp.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ucpp/Module_ucpp.mk b/ucpp/Module_ucpp.mk index 9829bb2519f7..fc37f0259eb3 100644 --- a/ucpp/Module_ucpp.mk +++ b/ucpp/Module_ucpp.mk @@ -11,7 +11,12 @@ $(eval $(call gb_Module_Module,ucpp)) $(eval $(call gb_Module_add_targets,ucpp,\ CustomTarget_source \ +)) + +ifneq ($(CROSS_COMPILING),YES) +$(eval $(call gb_Module_add_targets,ucpp,\ Executable_ucpp \ )) +endif # vim: set noet sw=4 ts=4: |