Skip to content

Commit

Permalink
HAVE_USLEEP=1 for all platforms (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde authored Jan 28, 2019
1 parent a9dc5a3 commit 7eda5ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/' ],
'defines': [
'SQLITE_THREADSAFE=1',
'HAVE_USLEEP=1',
'SQLITE_ENABLE_FTS3',
'SQLITE_ENABLE_FTS4',
'SQLITE_ENABLE_FTS5',
Expand All @@ -91,6 +92,7 @@
'defines': [
'_REENTRANT=1',
'SQLITE_THREADSAFE=1',
'HAVE_USLEEP=1',
'SQLITE_ENABLE_FTS3',
'SQLITE_ENABLE_FTS4',
'SQLITE_ENABLE_FTS5',
Expand Down

0 comments on commit 7eda5ee

Please sign in to comment.