mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
[GLExtensions] Move the include directory location for Externals/GL so no other library includes global GL folder first.
This commit is contained in:
parent
3d4d3f6b11
commit
c744aca323
@ -293,6 +293,8 @@ if(ANDROID)
|
||||
set(USE_GLES3 1)
|
||||
endif()
|
||||
|
||||
include_directories(Externals/GL)
|
||||
|
||||
# For now GLES and EGL are tied to each other.
|
||||
# Enabling GLES also disables the OpenGL plugin.
|
||||
if(USE_GLES3)
|
||||
@ -649,8 +651,6 @@ else()
|
||||
include_directories(Externals/SOIL)
|
||||
endif()
|
||||
|
||||
include_directories(Externals/GL)
|
||||
|
||||
if (ANDROID)
|
||||
message("Using static iconv from Externals")
|
||||
include_directories(Externals/libiconv-1.14/include)
|
||||
|
Loading…
x
Reference in New Issue
Block a user