mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
334 B
Diff
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;
|