From 461bd43a22dd2396f919ba1b0d71e6d7168eacde Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 10 Mar 2025 11:04:43 +0100 Subject: [PATCH] Fix Android 2 --- src/compiler/linker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/linker.c b/src/compiler/linker.c index fdf5f5e62..2fc9cc536 100644 --- a/src/compiler/linker.c +++ b/src/compiler/linker.c @@ -453,6 +453,7 @@ static void linker_setup_android(const char ***args_ref, Linker linker_type, boo #define ANDROID_HOST_TAG "windows-x86_64" #else error_exit("Unsupported OS for Android host"); + #define ANDROID_HOST_TAG "error" #endif if (is_no_pie(compiler.platform.reloc_model)) add_plain_arg("-no-pie");