This commit is contained in:
Gerben Jan Dijkman 2021-07-29 23:53:45 +02:00
parent 265f083017
commit ff82ad41a2

View File

@ -31,9 +31,9 @@ MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {
use !doc && truncate -s0 doc/CMakeLists.txt
#Remove the test from the build
truncate -s0 test/CMakeLists.txt
truncate -s0 tests/CMakeLists.txt
cmake_src_prepare
}