chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / ldc / ldc-tools-utils-bugs.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 336bbdbc..4b9e8c88 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -736,12 +737,12 @@ endif()
6  #
7  # Auxiliary build and test utils.
8  #
9 -add_subdirectory(utils)
10 +#add_subdirectory(utils)
11  
12  #
13  # Auxiliary tools.
14  #
15 -add_subdirectory(tools)
16 +#add_subdirectory(tools)
17  
18  #
19  # Test and runtime targets. Note that enable_testing() is order-sensitive!