mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-21 22:43:40 -04:00
[rcore][android] Fix CMake shared build and improve --wrap WARNING docs (#5646)
This commit is contained in:
@ -78,7 +78,7 @@ endif()
|
||||
if (${PLATFORM} MATCHES "Android")
|
||||
# Wrap fopen at link time so all code (including third-party libs) goes
|
||||
# through __wrap_fopen, which handles Android APK asset loading
|
||||
target_link_options(raylib INTERFACE -Wl,--wrap=fopen)
|
||||
target_link_options(raylib PUBLIC -Wl,--wrap=fopen)
|
||||
endif()
|
||||
|
||||
set_target_properties(raylib PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user