mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Improve Android linking
This commit is contained in:
@@ -463,6 +463,11 @@ static void linker_setup_linux(const char ***args_ref, Linker linker_type, bool
|
||||
|
||||
static void linker_setup_android(const char ***args_ref, Linker linker_type, bool is_dylib)
|
||||
{
|
||||
if (!compiler.build.android.ndk_path)
|
||||
{
|
||||
linker_setup_linux(args_ref, linker_type, is_dylib);
|
||||
return;
|
||||
}
|
||||
#ifdef __linux__
|
||||
#define ANDROID_HOST_TAG "linux-x86_64"
|
||||
#elif __APPLE__
|
||||
|
||||
Reference in New Issue
Block a user