Update buildsys and use rpath for ObjFW

FossilOrigin-Name: 86da8ecd4c06417d69003c8e4a4650ca41fec3de8c0d887824fc512529c0288b
This commit is contained in:
Jonathan Schleifer 2020-10-03 09:58:12 +00:00
parent c87e963d82
commit 49b20773c3
5 changed files with 8 additions and 8 deletions

View file

@ -17,5 +17,3 @@ INCLUDES = ${SRCS:.m=.h} \
include ../buildsys.mk
LD = ${OBJC}
FRAMEWORK_LIBS := ${OBJFW_FRAMEWORK_LIBS} ${LIBS}
LIBS := ${OBJFW_LIBS} ${LIBS}