Files
macports-ports/devel/gn/files/patch-python.diff
2026-04-27 23:02:42 +04:00

12 lines
334 B
Diff

--- 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;