diff --git a/scripts/compile-components.sh b/scripts/compile-components.sh index 19d6164..800cea9 100755 --- a/scripts/compile-components.sh +++ b/scripts/compile-components.sh @@ -142,7 +142,7 @@ build_mycelium_component() { . ~/.cargo/env # Build with musl target for static linking from myceliumd directory - cargo build --release --target x86_64-unknown-linux-musl + cargo build --release --target x86_64-unknown-linux-musl --features vendored-openssl # Debug: Check what was actually built echo " Checking build results..."