mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 01:28:53 +00:00
d0a33e34da
Fixes #4582
6 lines
122 B
Makefile
6 lines
122 B
Makefile
ifeq ($(CONTRIB_DIR),)
|
|
REP_INC_DIR += include/PCSC
|
|
else
|
|
INC_DIR += $(call select_from_ports,pcsc-lite)/include/PCSC
|
|
endif
|