Explorar el Código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hace 5 meses
padre
commit
d84c000ac5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/README-android.md

+ 1 - 1
docs/README-android.md

@@ -149,7 +149,7 @@ target_link_libraries(yourgame PRIVATE SDL3::SDL3)
 
 If you use ndk-build, add the following before `include $(BUILD_SHARED_LIBRARY)` to your `Android.mk`:
 ```
-LOCAL_SHARED_LIBARARIES := SDL3 SDL3-Headers
+LOCAL_SHARED_LIBRARIES := SDL3 SDL3-Headers
 ```
 And add the following at the bottom:
 ```