mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
cbdeb41094
Fixes #2785
9 lines
216 B
Makefile
9 lines
216 B
Makefile
ifeq ($(CONTRIB_DIR),)
|
|
ICU_INC_DIR := $(call select_from_repositories,include/icu)
|
|
else
|
|
ICU_INC_DIR := $(call select_from_ports,icu)/include/icu
|
|
endif
|
|
|
|
INC_DIR += $(ICU_INC_DIR)/common
|
|
INC_DIR += $(ICU_INC_DIR)/i18n
|