mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
fix build scripts
This commit is contained in:
parent
dc61ffb7ba
commit
2a511ff6e9
3 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
INCLUDE_DIR="build/curl-wasm/include/"
|
||||
LIB_DIR="build/curl-wasm/lib/"
|
||||
CACERT_FILE="cacert.pem"
|
||||
|
@ -15,6 +17,7 @@ if [ ! -f $CACERT_FILE ]; then
|
|||
fi
|
||||
|
||||
if [ ! -d $INCLUDE_DIR ]; then
|
||||
mkdir -p build
|
||||
tools/openssl.sh
|
||||
tools/curl.sh
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue