Skip to content

Commit

Permalink
Fixes Level#196
Browse files Browse the repository at this point in the history
  • Loading branch information
obastemur committed Nov 12, 2015
1 parent 2134bae commit 0fa1597
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deps/leveldb/leveldb.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
]
, 'conditions': [
['OS == "win"', {
'conditions': [
['MSVS_VERSION != "2015" and MSVS_VERSION != "2013"', {
'include_dirs': [ 'leveldb-<(ldbversion)/port/win' ]
}]
],
'include_dirs': [
'leveldb-<(ldbversion)/port/win'
, 'port-libuv/'
'port-libuv/'
]
, 'defines': [
'LEVELDB_PLATFORM_UV=1'
Expand Down

0 comments on commit 0fa1597

Please sign in to comment.