We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef179d3 commit 15bfeecCopy full SHA for 15bfeec
packages/openssl/meta.yaml
@@ -28,7 +28,7 @@ build:
28
emcc ${SIDE_MODULE_LDFLAGS} libcrypto.a -o libcrypto.so
29
emcc ${SIDE_MODULE_LDFLAGS} libssl.a libcrypto.so -o libssl.so
30
31
- make install_sw
+ make install_dev install_engines
32
mkdir -p ${WASM_LIBRARY_DIR}/lib
33
# remove static libraries, we will use shared one
34
rm -f ${WASM_LIBRARY_DIR}/lib/{libcrypto.a,libssl.a}
0 commit comments