diff options
| -rw-r--r-- | runtime/arch/x86_64/entrypoints_init_x86_64.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/arch/x86_64/entrypoints_init_x86_64.cc b/runtime/arch/x86_64/entrypoints_init_x86_64.cc index 2f7f5aaa48..bd6df700d0 100644 --- a/runtime/arch/x86_64/entrypoints_init_x86_64.cc +++ b/runtime/arch/x86_64/entrypoints_init_x86_64.cc @@ -17,7 +17,9 @@ #include "entrypoints/jni/jni_entrypoints.h" #include "entrypoints/quick/quick_alloc_entrypoints.h" #include "entrypoints/quick/quick_default_externs.h" +#if !defined(__APPLE__) #include "entrypoints/quick/quick_default_init_entrypoints.h" +#endif #include "entrypoints/quick/quick_entrypoints.h" #include "entrypoints/math_entrypoints.h" #include "entrypoints/runtime_asm_entrypoints.h" |