mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
954f03257d
Issue #3773
5 lines
159 B
Makefile
5 lines
159 B
Makefile
ARCH = $(filter 32bit 64bit,$(SPECS))
|
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/curl)/spec/$(ARCH)
|
|
INC_DIR += $(call select_from_ports,curl)/include
|