Skip to content

Commit 15bfeec

Browse files
committed
Fix openssl recipe
1 parent ef179d3 commit 15bfeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openssl/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
emcc ${SIDE_MODULE_LDFLAGS} libcrypto.a -o libcrypto.so
2929
emcc ${SIDE_MODULE_LDFLAGS} libssl.a libcrypto.so -o libssl.so
3030
31-
make install_sw
31+
make install_dev install_engines
3232
mkdir -p ${WASM_LIBRARY_DIR}/lib
3333
# remove static libraries, we will use shared one
3434
rm -f ${WASM_LIBRARY_DIR}/lib/{libcrypto.a,libssl.a}

0 commit comments

Comments
 (0)