From: qinxialei Date: Thu, 28 Jan 2021 19:35:22 +0000 (+0000) Subject: Change-python-to-python3 X-Git-Tag: archive/raspbian/0.0_git20220314.bd99dbf-1+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4fc5d52259abc85ef71e4bfa1ea603799f7cd89c;p=generate-ninja.git Change-python-to-python3 Change python to python3 Gbp-Pq: Name Change-python-to-python3.patch --- diff --git a/src/gn/exec_process_unittest.cc b/src/gn/exec_process_unittest.cc index 5ca0605..599892d 100644 --- a/src/gn/exec_process_unittest.cc +++ b/src/gn/exec_process_unittest.cc @@ -33,7 +33,7 @@ bool ExecPython(const std::string& command, 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