correct include path for include directory of D++
This commit is contained in:
parent
05d5f76bf8
commit
05e1f5a52b
2
makefile
2
makefile
@ -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/include/
|
||||
INC_DIRS = -Iinclude -I$(DPP_PATH)/include/
|
||||
endif
|
||||
|
||||
DPP_VERSION := $(or $(DPP_VERSION),10.1.4)# Fallback version if auto-detection fails
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user