Files
bun.sh/scripts/build-lolhtml.sh
Ashcon Partovi 5cb105ecc4 Update scripts
2024-06-25 16:11:31 -07:00

8 lines
203 B
Bash
Executable File

#!/usr/bin/env bash
set -exo 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