Skip to content

Commit

Permalink
Fixes #104: Compile with HAVE_USLEEP flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Jul 1, 2016
1 parent cc16b8f commit 4b2b2c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $(SQLITE_OUT)/sqlite3.o : $(SQLITE_UNPACKED)
$(CC) -o $@ -c $(CCFLAGS) \
-DSQLITE_ENABLE_LOAD_EXTENSION=1 \
-DSQLITE_HAVE_ISNAN \
-DSQLITE_HAVE_USLEEP \
-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT \
-DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_CORE \
Expand Down

0 comments on commit 4b2b2c3

Please sign in to comment.