From d84c000ac58d76f8f39e1e145cfe614573ba707b Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 10 Apr 2025 17:25:30 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- docs/README-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-android.md b/docs/README-android.md index e57ca81dd..b2568e94e 100644 --- a/docs/README-android.md +++ b/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: ```