Fix Android 2

This commit is contained in:
Christoffer Lerno
2025-03-10 11:04:43 +01:00
parent fbc8168bb9
commit 461bd43a22

View File

@@ -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");