Skip to content

Commit ffc83ff

Browse files
committed
Fix dev build in some platforms
Signed-off-by: falkTX <[email protected]>
1 parent b40ca97 commit ffc83ff

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
@@ -252,6 +252,7 @@ elif [ "${BUILDTARGET}" = "juce" ]; then
252252
${BR2_MAKE} juce-8.0
253253
${BR2_MAKE} mod-plugin-builder
254254
elif [ "${BUILDTARGET}" = "dev" ]; then
255+
${BR2_MAKE} host-openssl
255256
${BR2_MAKE} host-python3
256257
# for cc-master
257258
${BR2_MAKE} jansson

0 commit comments

Comments
 (0)