Browse Source

Add common.gypi to gyp output

v0.7.4-release
Bert Belder 13 years ago
parent
commit
c0c4bd4efa
  1. 2
      node.gyp

2
node.gyp

@ -117,6 +117,8 @@
'<(SHARED_INTERMEDIATE_DIR)/node_natives.h',
# javascript files to make for an even more pleasant IDE experience
'<@(library_files)',
# node.gyp is added to the project by default.
'common.gypi',
],
'defines': [

Loading…
Cancel
Save