File tree 2 files changed +3
-18
lines changed 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -208,11 +208,8 @@ def configure_v8(o):
208
208
o ['libraries' ] += ['-L%s' % options .shared_v8_libpath ]
209
209
if options .shared_v8_libname :
210
210
o ['libraries' ] += ['-l%s' % options .shared_v8_libname ]
211
- elif options .shared_v8 :
212
- o ['libraries' ] += ['-lv8' ]
213
211
if options .shared_v8_includes :
214
212
o ['include_dirs' ] += [options .shared_v8_includes ]
215
- o ['variables' ]['node_shared_v8_includes' ] = options .shared_v8_includes
216
213
217
214
218
215
def configure_cares (o ):
Original file line number Diff line number Diff line change 54
54
55
55
'dependencies' : [
56
56
'deps/http_parser/http_parser.gyp:http_parser' ,
57
+ 'deps/v8/tools/gyp/v8.gyp:v8' ,
57
58
'deps/uv/uv.gyp:uv' ,
58
59
'deps/zlib/zlib.gyp:zlib' ,
59
60
'node_js2c#host' ,
109
110
'src/stream_wrap.h' ,
110
111
'src/v8_typed_array.h' ,
111
112
'deps/http_parser/http_parser.h' ,
113
+ 'deps/v8/include/v8.h' ,
114
+ 'deps/v8/include/v8-debug.h' ,
112
115
'<(SHARED_INTERMEDIATE_DIR)/node_natives.h' ,
113
116
# javascript files to make for an even more pleasant IDE experience
114
117
'<@(library_files)' ,
144
147
],
145
148
}],
146
149
147
- [ 'node_shared_v8=="true"' , {
148
- 'sources' : [
149
- '<(node_shared_v8_includes)/v8.h' ,
150
- '<(node_shared_v8_includes)/v8-debug.h' ,
151
- ],
152
- }],
153
-
154
- [ 'node_shared_v8=="false"' , {
155
- 'sources' : [
156
- 'deps/v8/include/v8.h' ,
157
- 'deps/v8/include/v8-debug.h' ,
158
- ],
159
- 'dependencies' : [ 'deps/v8/tools/gyp/v8.gyp:v8' ],
160
- }],
161
-
162
150
[ 'OS=="win"' , {
163
151
'sources' : [
164
152
'tools/msvs/res/node.rc' ,
You can’t perform that action at this time.
0 commit comments