From 4fb4be8f174c9d19c8ec6702070ef55987f73cb3 Mon Sep 17 00:00:00 2001 From: ILyoan Date: Thu, 29 Nov 2012 19:36:03 +0900 Subject: More android support Conflicts: Makefile.in cmakeFiles/rustllvm.cmake --- src/rt/rust_task.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 9dd7c62f867..059085865d9 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -9,9 +9,13 @@ // except according to those terms. -#ifndef __WIN32__ +#ifndef __WIN32_ +#ifdef __ANDROID__ +#include "rust_android_dummy.h" +#else #include #endif +#endif #include #include -- cgit 1.4.1-3-g733a5