Update buildsys
This commit is contained in:
parent
50c2fd9612
commit
8e0deb6a64
5 changed files with 9 additions and 3 deletions
|
@ -17,3 +17,5 @@ INCLUDES = ${SRCS:.m=.h} \
|
|||
include ../buildsys.mk
|
||||
|
||||
LD = ${OBJC}
|
||||
FRAMEWORK_LIBS := ${OBJFW_FRAMEWORK_LIBS} ${LIBS}
|
||||
LIBS := ${OBJFW_LIBS} ${LIBS}
|
||||
|
|
Reference in a new issue