Kaydet (Commit) 42326191 authored tarafından Matúš Kukan's avatar Matúš Kukan

we need ucpp also for odk

Change-Id: I15a2df171f49141c04f03c61ac3f30db25b6c44c
üst ce1bdc42
......@@ -9,9 +9,10 @@
$(eval $(call gb_Module_Module,ucpp))
ifneq ($(CROSS_COMPILING),YES)
# if not cross-compiling or we need ucpp for ODK
ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,ucpp,\
Executable_ucpp \
Executable_ucpp \
UnpackedTarball_ucpp \
))
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