Skip to content

Commit

Permalink
Add host-cmake to minimal toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 6, 2025
1 parent f599650 commit d778f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ elif [ "${BUILDTARGET}" = "kernel" ]; then
${BR2_MAKE} host-pkgconf
${BR2_MAKE} host-openssl
elif [ "${BUILDTARGET}" = "minimal" ]; then
${BR2_MAKE} host-cmake
${BR2_MAKE} fftw-double
${BR2_MAKE} fftw-single
${BR2_MAKE} liblo
Expand Down

0 comments on commit d778f79

Please sign in to comment.