Skip to content

Commit 2b55d44

Browse files
make windows include /Iport\win in dependent projects
git-svn-id: http://leveldb.googlecode.com/svn/trunk@27 62dab493-f737-651d-591e-8d6aee1b9529
1 parent e16e59a commit 2b55d44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

leveldb.gyp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
'include_dirs': [
4848
'include/',
4949
],
50+
'conditions': [
51+
['OS == "win"', {
52+
'include_dirs': [
53+
'port/win',
54+
],
55+
}],
56+
],
5057
},
5158
'sources': [
5259
# Include and then exclude so that all files show up in IDEs, even if

0 commit comments

Comments
 (0)