mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix typo in OpenGL ES 2 CMake file
This commit is contained in:
parent
93fcab952b
commit
393722a9e3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if(WIN32)
|
|||
else()
|
||||
# TODO
|
||||
# set(OPENGLES_LIBRARY ${SOURCE_DIR}/Dependencies/lib/release/libGLESv2.lib CACHE STRING "OpenGL ES 2.x library for win32"
|
||||
else()
|
||||
endif()
|
||||
endif()
|
||||
elseif(APPLE)
|
||||
create_search_paths(/Developer/Platforms)
|
||||
|
|
Loading…
Add table
Reference in a new issue