correct include dir path for DPP

This commit is contained in:
jason 2025-08-22 21:09:56 +00:00
parent 844f3bd9bd
commit 05d5f76bf8

View File

@ -25,7 +25,7 @@ else
DPP_PATH = ../DPP
DPP_BUILD_DIR = $(DPP_PATH)/build/library
LIB_PATHS = $(DPP_BUILD_DIR)
INC_DIRS = -Iinclude -I../dpp/
INC_DIRS = -Iinclude -I../DPP/include/
endif
DPP_VERSION := $(or $(DPP_VERSION),10.1.4)# Fallback version if auto-detection fails