20 lines
417 B
Diff
20 lines
417 B
Diff
|
From 3ca658250e59e8820937e37392432f723690f58f Mon Sep 17 00:00:00 2001
|
||
|
From: "build@apk-groulx" <build@apk-groulx.praxis>
|
||
|
Date: Thu, 24 Feb 2022 20:20:37 +0000
|
||
|
Subject: [PATCH 1/1] force python2
|
||
|
|
||
|
---
|
||
|
.gn | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/.gn b/.gn
|
||
|
index dce427f6eb..bc2d4c1e8f 100644
|
||
|
--- a/.gn
|
||
|
+++ b/.gn
|
||
|
@@ -1 +1,2 @@
|
||
|
buildconfig = "//gn/BUILDCONFIG.gn"
|
||
|
+script_executable = "python2"
|
||
|
--
|
||
|
2.35.1
|
||
|
|