mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
537472e9af
Required by 'glib' issue #3822
12 lines
308 B
Makefile
12 lines
308 B
Makefile
ifeq ($(filter-out $(SPECS),x86_64),)
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/x86_64
|
|
endif
|
|
|
|
ifeq ($(filter-out $(SPECS),arm),)
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/arm
|
|
endif
|
|
|
|
ifeq ($(filter-out $(SPECS),arm_64),)
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/arm_64
|
|
endif
|