mirror of https://github.com/encounter/SDL.git
Fix CMake script on Linux
This commit is contained in:
parent
9996cecc72
commit
3853531f6d
|
@ -799,7 +799,7 @@ endmacro()
|
||||||
# - PkgCheckModules
|
# - PkgCheckModules
|
||||||
macro(CheckEGL)
|
macro(CheckEGL)
|
||||||
pkg_check_modules(EGL egl)
|
pkg_check_modules(EGL egl)
|
||||||
string(REPLACE "-D_THREAD_SAFE;" "-D_THREAD_SAFE=1;" EGL_CFLAGS ${EGL_CFLAGS})
|
string(REPLACE "-D_THREAD_SAFE;" "-D_THREAD_SAFE=1;" EGL_CFLAGS "${EGL_CFLAGS}")
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
# Requires:
|
# Requires:
|
||||||
|
|
Loading…
Reference in New Issue