--- src/gn/setup.cc.orig 2026-04-01 06:56:53 +++ src/gn/setup.cc 2026-04-27 19:55:01 @@ -859,7 +859,7 @@ } build_settings_.SetPythonPath(std::move(python_path)); #else - build_settings_.SetPythonPath(base::FilePath("python")); + build_settings_.SetPythonPath(base::FilePath("@PYTHON@")); #endif } return true;