Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Fix sqlite3 to build in Windows SDK under Linux
Browse files Browse the repository at this point in the history
(Merge master Change I4774eac5)
  • Loading branch information
Raphael committed Apr 23, 2010
1 parent e523d00 commit 71f6135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/Android.mk
Expand Up @@ -102,10 +102,12 @@ ifneq ($(strip $(have_readline)),)
LOCAL_CFLAGS += -DHAVE_READLINE=1
endif

ifeq ($(strip $(USE_MINGW)),)
LOCAL_LDLIBS += -lpthread
ifneq ($(HOST_OS),freebsd)
LOCAL_LDLIBS += -ldl
endif
endif

ifneq ($(strip $(have_readline)),)
LOCAL_LDLIBS += -lreadline -lncurses
Expand Down

0 comments on commit 71f6135

Please sign in to comment.