From e3273920a073db0f124f08bfd950e7ad0ae41b0c Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 26 May 2011 03:03:18 +0200 Subject: Fix Mac and Windows builds. Silly me, KVM is only available on Linux hosts. Change-Id: I983c87b1f5473e92823398b7812a574f56fc3a68 --- android/config/target-x86/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'android') diff --git a/android/config/target-x86/config.h b/android/config/target-x86/config.h index 862f3d4..242d45d 100644 --- a/android/config/target-x86/config.h +++ b/android/config/target-x86/config.h @@ -1,4 +1,7 @@ /* x86-specific configuration */ #include "android/config/config.h" #define TARGET_I386 1 +/* For now, KVM is only supported on Linux hosts */ +#ifdef CONFIG_LINUX #define CONFIG_KVM 1 +#endif -- cgit v1.1