| Index: Source/build/scripts/scripts.gni
|
| diff --git a/Source/build/scripts/scripts.gni b/Source/build/scripts/scripts.gni
|
| index 6ae531105ed4ea06a1611e5f106a63c3bfbe3d67..ab0e1dedbaac4673fe538726583722fb4042ba46 100644
|
| --- a/Source/build/scripts/scripts.gni
|
| +++ b/Source/build/scripts/scripts.gni
|
| @@ -56,11 +56,9 @@ make_element_type_helpers_files = make_qualified_names_files + [
|
| # The executables are relative to the build directory. Don't rebase it because
|
| # on Posix we want to run the system one on the path.
|
| if (is_win) {
|
| - perl_exe = rebase_path("//third_party/perl/perl/bin/perl.exe", root_build_dir)
|
| gperf_exe = rebase_path("//third_party/gperf/bin/gperf.exe", root_build_dir)
|
| bison_exe = rebase_path("//third_party/bison/bin/bison.exe", root_build_dir)
|
| } else {
|
| - perl_exe = "perl"
|
| gperf_exe = "gperf"
|
| bison_exe = "bison"
|
| }
|
|
|