pcsc-lite: fix inc dir base in depot case

Fixes #4582
This commit is contained in:
Martin Stein 2022-07-01 12:35:37 +02:00 committed by Christian Helmuth
parent 3286d37c64
commit d0a33e34da

View File

@ -1 +1,5 @@
ifeq ($(CONTRIB_DIR),)
REP_INC_DIR += include/PCSC
else
INC_DIR += $(call select_from_ports,pcsc-lite)/include/PCSC
endif