diff --git a/leveldb.gyp b/leveldb.gyp index 20d1b1d..8376592 100644 --- a/leveldb.gyp +++ b/leveldb.gyp @@ -47,6 +47,13 @@ 'include_dirs': [ 'include/', ], + 'conditions': [ + ['OS == "win"', { + 'include_dirs': [ + 'port/win', + ], + }], + ], }, 'sources': [ # Include and then exclude so that all files show up in IDEs, even if