Explorar el Código

fix linux build

mikymod hace 11 años
padre
commit
363068de57
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      engine/Config.h

+ 1 - 0
engine/Config.h

@@ -84,6 +84,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 	#undef CROWN_PLATFORM_ANDROID
 	#undef CROWN_PLATFORM_ANDROID
 	#define CROWN_PLATFORM_ANDROID 1
 	#define CROWN_PLATFORM_ANDROID 1
 #elif defined(__linux__)
 #elif defined(__linux__)
+	#undef CROWN_PLATFORM_ANDROID
 	#undef CROWN_PLATFORM_LINUX
 	#undef CROWN_PLATFORM_LINUX
 	#define CROWN_PLATFORM_LINUX 1
 	#define CROWN_PLATFORM_LINUX 1
 #elif defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__)
 #elif defined(__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__)