mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-21 15:09:35 +00:00
Co-authored-by: xdrlmm <983751615@qq.com> Co-authored-by: Robert Kirkman <rkirkman@termux.dev>
12 lines
294 B
Diff
12 lines
294 B
Diff
--- a/deps/libuv/CMakeLists.txt
|
|
+++ b/deps/libuv/CMakeLists.txt
|
|
@@ -20,7 +20,7 @@ include(CTest)
|
|
set(CMAKE_C_VISIBILITY_PRESET hidden)
|
|
set(CMAKE_C_STANDARD_REQUIRED ON)
|
|
set(CMAKE_C_EXTENSIONS ON)
|
|
-set(CMAKE_C_STANDARD 90)
|
|
+set(CMAKE_C_STANDARD 11)
|
|
|
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|
|