Kaydet (Commit) b5b855c3 authored tarafından Michael Meeks's avatar Michael Meeks

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

üst 4305bed5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment