aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-lolhtml.sh
blob: 6b9099c80727e0045352af5c6099f15567d87f66 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euxo pipefail
source $(dirname -- "${BASH_SOURCE[0]}")/env.sh

cd $BUN_DEPS_DIR/lol-html/c-api
cargo build --release
cp target/release/liblolhtml.a $BUN_DEPS_OUT_DIR/liblolhtml.a