From 2a431bd963699a1b8d90e6d481e6376224e719f6 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Thu, 7 Jul 2022 23:45:24 -0500 Subject: [PATCH] add other cpus --- .gclient | 1 + 1 file changed, 1 insertion(+) diff --git a/.gclient b/.gclient index 34f14220..5ccd135c 100644 --- a/.gclient +++ b/.gclient @@ -9,3 +9,4 @@ solutions = [ ] target_os=['linux', 'chromeos', 'win' ] +target_cpu = [ 'x64', 'arm64', 'arm' ]