change to relative path
This commit is contained in:
parent
43d0ca3fd6
commit
ac4854a850
2
makefile
2
makefile
@ -9,7 +9,7 @@ LINUX_LIB_EXT = so
|
||||
|
||||
# Version configuration (can be overridden)
|
||||
#DPP_VERSION ?= $(shell find ../DPP/build/library -name "libdpp.so.*.*.*" -type f | head -1 | sed 's/.*libdpp\.so\.//')
|
||||
FTXUI_PATH = $(HOME)/learndir/FTXUI
|
||||
FTXUI_PATH = ../learndir/FTXUI
|
||||
#BELLA_BUILD_DIR = $(BELLA_PATH)/build/library
|
||||
LIB_PATHS = -L$(FTXUI_PATH)/build
|
||||
INC_DIRS = -Iinclude -I$(FTXUI_PATH)/include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user