Skip to content

Commit 3c11133

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

leveldb.gyp

+7
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)