2021-06-24 09:41:01 +00:00
|
|
|
ifeq ($(filter-out $(SPECS),x86_32),)
|
|
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/spec/x86_32
|
|
|
|
endif
|
|
|
|
|
2018-04-03 12:34:01 +00:00
|
|
|
ifeq ($(filter-out $(SPECS),x86_64),)
|
2021-06-16 12:29:38 +00:00
|
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/spec/x86_64
|
2018-04-03 12:34:01 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(filter-out $(SPECS),arm),)
|
2021-06-16 12:29:38 +00:00
|
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/spec/arm
|
2018-04-03 12:34:01 +00:00
|
|
|
endif
|
2020-10-13 13:28:53 +00:00
|
|
|
|
|
|
|
ifeq ($(filter-out $(SPECS),arm_64),)
|
2021-06-16 12:29:38 +00:00
|
|
|
INC_DIR += $(call select_from_ports,ffi)/include/ffi/spec/arm_64
|
2020-10-13 13:28:53 +00:00
|
|
|
endif
|