Skip to content

Commit d778f79

Browse files
committed
Add host-cmake to minimal toolchain
Signed-off-by: falkTX <[email protected]>
1 parent f599650 commit d778f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ elif [ "${BUILDTARGET}" = "kernel" ]; then
231231
${BR2_MAKE} host-pkgconf
232232
${BR2_MAKE} host-openssl
233233
elif [ "${BUILDTARGET}" = "minimal" ]; then
234+
${BR2_MAKE} host-cmake
234235
${BR2_MAKE} fftw-double
235236
${BR2_MAKE} fftw-single
236237
${BR2_MAKE} liblo

0 commit comments

Comments
 (0)