mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 22:10:01 -04:00
build cjson for emscripten
This commit is contained in:
parent
2a511ff6e9
commit
e030ca6712
4 changed files with 46 additions and 1 deletions
16
client/tools/all_deps.sh
Executable file
16
client/tools/all_deps.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
#build all deps
|
||||
|
||||
mkdir -p build
|
||||
|
||||
OPENSSL_PREFIX=$(realpath build/openssl-wasm)
|
||||
CJSON_PREFIX=$(realpath build/cjson-wasm)
|
||||
CURL_PREFIX=$(realpath build/curl-wasm)
|
||||
|
||||
tools/openssl.sh
|
||||
tools/cjson.sh
|
||||
tools/curl.sh
|
||||
|
||||
cp -r $OPENSSL_PREFIX/* $CURL_PREFIX
|
||||
cp -r $CJSON_PREFIX/* $CURL_PREFIX
|
Loading…
Add table
Add a link
Reference in a new issue