From 9a3def0a441db5ecb2f32c272e86c76d59001b77 Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:00:38 -0700 Subject: [PATCH] Update turnip_builder.sh --- turnip_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turnip_builder.sh b/turnip_builder.sh index a47e2cf..6a7d0cd 100644 --- a/turnip_builder.sh +++ b/turnip_builder.sh @@ -67,7 +67,7 @@ cpp_ld = 'lld' strip = '$ndk/aarch64-linux-android26-strip' pkgconfig = ['env', 'PKG_CONFIG_LIBDIR=NDKDIR/pkgconfig', '/usr/bin/pkg-config'] [host_machine] -system = 'linux' +system = 'android' cpu_family = 'arm' cpu = 'armv8' endian = 'little'