mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
98e76d283f
commit
d84c000ac5
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
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:
|
And add the following at the bottom:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue