| Index: src/d8.gyp
|
| diff --git a/src/d8.gyp b/src/d8.gyp
|
| index a4a1f8e8629ba937e02a378dd069b10f323f839a..473279b3c7c946ef092839f8cbf1303665120f8f 100644
|
| --- a/src/d8.gyp
|
| +++ b/src/d8.gyp
|
| @@ -28,7 +28,6 @@
|
| {
|
| 'variables': {
|
| 'v8_code': 1,
|
| - 'console%': '',
|
| # Enable support for Intel VTune. Supported on ia32/x64 only
|
| 'v8_enable_vtunejit%': 0,
|
| 'v8_enable_i18n_support%': 1,
|
| @@ -61,10 +60,6 @@
|
| [ 'want_separate_host_toolset==1', {
|
| 'toolsets': [ '<(v8_toolset_for_d8)', ],
|
| }],
|
| - [ 'console=="readline"', {
|
| - 'libraries': [ '-lreadline', ],
|
| - 'sources': [ 'd8-readline.cc' ],
|
| - }],
|
| ['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
|
| or OS=="openbsd" or OS=="solaris" or OS=="android" \
|
| or OS=="qnx" or OS=="aix")', {
|
|
|