correct include dir path for DPP
This commit is contained in:
parent
844f3bd9bd
commit
05d5f76bf8
2
makefile
2
makefile
@ -25,7 +25,7 @@ else
|
|||||||
DPP_PATH = ../DPP
|
DPP_PATH = ../DPP
|
||||||
DPP_BUILD_DIR = $(DPP_PATH)/build/library
|
DPP_BUILD_DIR = $(DPP_PATH)/build/library
|
||||||
LIB_PATHS = $(DPP_BUILD_DIR)
|
LIB_PATHS = $(DPP_BUILD_DIR)
|
||||||
INC_DIRS = -Iinclude -I../dpp/
|
INC_DIRS = -Iinclude -I../DPP/include/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DPP_VERSION := $(or $(DPP_VERSION),10.1.4)# Fallback version if auto-detection fails
|
DPP_VERSION := $(or $(DPP_VERSION),10.1.4)# Fallback version if auto-detection fails
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user