Merge branch 'rpath-fix' into master
* rpath-fix: Relative path for link
This commit is contained in:
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CXXFLAGS+= -std=c++23
|
CXXFLAGS+= -std=c++23
|
||||||
LDLIBS+= -lalepha
|
LDLIBS+= -lalepha
|
||||||
LDFLAGS+= -L Alepha/build-debug -Wl,-rpath,/home/user/proj/ipam/Alepha/build-debug
|
LDFLAGS+= -L Alepha/build-debug -Wl,-rpath,./Alepha/build-debug
|
||||||
CPPFLAGS+= -I . -g -O0
|
CPPFLAGS+= -I . -g -O0
|
||||||
|
|
||||||
all: test ipam
|
all: test ipam
|
||||||
|
Reference in New Issue
Block a user