ldc: Enable the package, switch to lightly tweaked llvm from ldc repo, add more targe...
[termux-packages] / packages / ldc / ldc-tools-utils-bugs.patch
CommitLineData
89304c98 1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index 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!