change to relative path

This commit is contained in:
jason 2025-11-28 13:05:33 +00:00
parent 43d0ca3fd6
commit ac4854a850

View File

@ -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