mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
The prebuilt archive already lives at .lp-cache/prebuilt-v8/<version>.a; the v8/libc_v8.a symlink was redundant indirection. build.zig has no implicit lookup, so the Makefile passes -Dprebuilt_v8_path explicitly anyway. Point it straight at the cached file, dropping the symlink step, the v8/ dir, and its .gitignore entry. Keep the version-keyed filename so bumping the V8 pin fetches a new file instead of clobbering.
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
/.zig-cache/
|
|
/.lp-cache/
|
|
/zig-pkg/
|
|
zig-out
|
|
lightpanda.id
|
|
/src/html5ever/target/
|
|
src/snapshot.bin
|