Explorar el Código

Android default to dynamic API disabled (see #6381)

Sylvain hace 3 años
padre
commit
f69e004d01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/dynapi/SDL_dynapi.h

+ 1 - 1
src/dynapi/SDL_dynapi.h

@@ -45,7 +45,7 @@
 
 #if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE  /* probably not useful on iOS. */
 #define SDL_DYNAMIC_API 0
-#if defined(__ANDROID__) /* probably not useful on Android. */
+#elif defined(__ANDROID__) /* probably not useful on Android. */
 #define SDL_DYNAMIC_API 0
 #elif defined(__native_client__) && __native_client__  /* probably not useful on NACL. */
 #define SDL_DYNAMIC_API 0