mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
Linux: fix uiGLGetProcAddress()
This commit is contained in:
@ -29,5 +29,5 @@ add_library(core STATIC
|
||||
if (WIN32)
|
||||
target_link_libraries(core ole32 comctl32 ws2_32 opengl32)
|
||||
else()
|
||||
target_link_libraries(core GL)
|
||||
target_link_libraries(core GL EGL)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user