clang: Only build host {llvm,clang}-tblgen
We only need host binaries for llvm-tblgen and clang-tblgen, so there is no need building a complete clang build.
This commit is contained in:
parent
e65ab762d3
commit
ae0899e7c4
@ -36,7 +36,7 @@ termux_step_host_build () {
|
||||
cmake -G "Unix Makefiles" $TERMUX_PKG_SRCDIR \
|
||||
-DLLVM_BUILD_TESTS=OFF \
|
||||
-DLLVM_INCLUDE_TESTS=OFF
|
||||
make -j $TERMUX_MAKE_PROCESSES
|
||||
make -j $TERMUX_MAKE_PROCESSES clang-tblgen llvm-tblgen
|
||||
}
|
||||
|
||||
termux_step_configure () {
|
||||
|
Loading…
Reference in New Issue
Block a user