Switch FSUI build to system GL

This commit is contained in:
moonpower
2026-04-08 00:17:43 +02:00
parent 554722b4de
commit da890f2c45
3 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ make \
AR="${toolchain_dir}/bin/${toolchain_name}-ar" \
RANLIB="${toolchain_dir}/bin/${toolchain_name}-ranlib" \
SDL_STATIC=0 \
FSUI_LINK_OPENGL=0 \
FSUI_LINK_SYSTEM_GL=0 \
SDL_CFLAGS="$sdl_cflags" \
SDL_LIBS_DYNAMIC="$sdl_libs" \
FSUI_BUILD_DIR="$fsui_build_dir" \