Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Dead_Mozay:chromium-gost
gn
gn-always-python3.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gn-always-python3.patch of Package gn
Index: gn-0.1616/src/gn/exec_process_unittest.cc =================================================================== --- gn-0.1616.orig/src/gn/exec_process_unittest.cc +++ gn-0.1616/src/gn/exec_process_unittest.cc @@ -33,7 +33,7 @@ bool ExecPython(const std::string& comma args.push_back(L"-c"); args.push_back(base::UTF8ToUTF16(command)); #else - args.push_back("python"); + args.push_back("python3"); args.push_back("-c"); args.push_back(command); #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor