1
0
zrcadlo https://github.com/minetest/irrlicht.git synchronizováno 2025-07-14 06:00:15 +02:00

Fix build with OpenGL ES 1

Tento commit je obsažen v:
sfan5
2024-01-17 17:55:19 +01:00
rodič bdcd27ab5b
revize c3571261ca

Zobrazit soubor

@ -321,7 +321,7 @@ set(link_libs
"$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>"
"$<$<BOOL:${OPENGL_DIRECT_LINK}>:${OPENGL_LIBRARIES}>"
"$<$<BOOL:${OPENGLES_DIRECT_LINK}>:${OPENGLES_LIBRARIES}>"
"$<$<BOOL:${OPENGLES_DIRECT_LINK}>:${OPENGLES_LIBRARY}>"
"$<$<BOOL:${OPENGLES2_DIRECT_LINK}>:${OPENGLES2_LIBRARIES}>"
${EGL_LIBRARY}