this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make libuv optional

authored by

phcoder and committed by
Vladimir Serbinenko
90525350 1fa06c40

+1 -1
+1 -1
CMakeLists.txt
··· 87 87 endif() 88 88 89 89 if(NOT N3DS AND NOT EMSCRIPTEN AND NOT BAREMETALPI) 90 - set(USE_LIBUV TRUE) 90 + set(USE_LIBUV TRUE CACHE STRING "Enable libuv") 91 91 endif() 92 92 93 93 message("BUILD_SDLGPU: ${BUILD_SDLGPU}")