android: don't try to package binaries we havn't built

This commit is contained in:
Michael Meeks
2012-08-09 18:07:09 +01:00
parent 4305bed558
commit b5b855c3f9

View File

@ -35,18 +35,20 @@ $(eval $(call gb_Module_add_targets,cpputools,\
StaticLibrary_uno \
))
else
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,cpputools,\
Executable_regcomp \
Executable_regsingleton \
Executable_uno \
))
endif
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,cpputools,\
Package_bin \
))
endif
endif
endif