Resolveed conflicts

This commit is contained in:
Ray
2026-03-13 18:55:36 +01:00
6 changed files with 312 additions and 111 deletions

View File

@ -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