| Index: Source/build/scripts/scripts.gypi
|
| diff --git a/Source/build/scripts/scripts.gypi b/Source/build/scripts/scripts.gypi
|
| index e88f547d522aafc51005954b3e354cfd613d3b9d..fb4e705914501e498bb1f1a408212d966c0feb58 100644
|
| --- a/Source/build/scripts/scripts.gypi
|
| +++ b/Source/build/scripts/scripts.gypi
|
| @@ -47,13 +47,9 @@
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
| - # Using native perl rather than cygwin perl cuts execution time
|
| - # of idl preprocessing rules by a bit more than 50%.
|
| - 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe',
|
| 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
|
| 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',
|
| },{
|
| - 'perl_exe': 'perl',
|
| 'gperf_exe': 'gperf',
|
| 'bison_exe': 'bison',
|
| }],
|
|
|