None of this for non-desktop OSes I think
Change-Id: I8c4a6d8e5ee7cddf069c7d1b3ab43efd8e359b3f
This commit is contained in:
@@ -26,17 +26,12 @@
|
||||
|
||||
$(eval $(call gb_Module_Module,cpputools))
|
||||
|
||||
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,cpputools,\
|
||||
Executable_sp2bv \
|
||||
))
|
||||
|
||||
ifeq ($(OS),IOS)
|
||||
$(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 \
|
||||
@@ -49,7 +44,6 @@ $(eval $(call gb_Module_add_targets,cpputools,\
|
||||
))
|
||||
endif
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab:
|
||||
|
Reference in New Issue
Block a user