Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7c451e

Browse files
author
Reini Urban
committed
potion-s: add -lsqlite3
we should really start using LIBS for that. But sqlite3 is only needed for database and potion-s, nothing else.
1 parent 97b0815 commit f7c451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ bin/potion-s${EXE}: lib/libpotion.a ${PLIBS_OBJS}
272272
@${ECHO} LINK $@
273273
@${CC} -c ${CFLAGS} ${INCS} -DSTATIC -o core/potion.os core/potion.c
274274
@${CC} ${CFLAGS} ${LDFLAGS} core/potion.os -o $@ ${PLIBS_OBJS} \
275-
lib/libpotion.a ${LIBPTH} ${RPATH} ${EXTLIBS} ${LIBS}
275+
lib/libpotion.a ${LIBPTH} ${RPATH} ${EXTLIBS} ${LIBS} -lsqlite3
276276
@if [ "${DEBUG}" != "1" ]; then ${ECHO} STRIP $@; ${STRIP} $@; fi
277277
@if [ "${SANDBOX}" = "1" ]; then rm bin/potion${EXE}; cd bin; ln -s potion-s${EXE} potion${EXE}; cd ..; fi
278278

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /