Skip to content

Commit 7eda5ee

Browse files
authored
HAVE_USLEEP=1 for all platforms (TryGhost#1090)
1 parent a9dc5a3 commit 7eda5ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/sqlite3.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/' ],
7979
'defines': [
8080
'SQLITE_THREADSAFE=1',
81+
'HAVE_USLEEP=1',
8182
'SQLITE_ENABLE_FTS3',
8283
'SQLITE_ENABLE_FTS4',
8384
'SQLITE_ENABLE_FTS5',
@@ -91,6 +92,7 @@
9192
'defines': [
9293
'_REENTRANT=1',
9394
'SQLITE_THREADSAFE=1',
95+
'HAVE_USLEEP=1',
9496
'SQLITE_ENABLE_FTS3',
9597
'SQLITE_ENABLE_FTS4',
9698
'SQLITE_ENABLE_FTS5',

0 commit comments

Comments
 (0)