Update raspi_args.gn

This commit is contained in:
Alexander David Frick 2022-09-11 18:53:14 -05:00 committed by GitHub
parent 59e35dc757
commit 26cdf6d031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ google_default_client_id = ""
google_default_client_secret = "" google_default_client_secret = ""
target_os = "linux" target_os = "linux"
target_cpu = "arm64" target_cpu = "arm64"
v8_target_cpu = "arm64"
#arm_version = 8 #arm_version = 8
#arm_arch = "armv8-a" #arm_arch = "armv8-a"
#arm_fpu = "neon-vfpv4" #arm_fpu = "neon-vfpv4"