This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-22 07:30:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
bf5cf720b5
ladybird
/
Toolchain
/
BuildVcpkg.sh
4 lines
55 B
Bash
Raw
Normal View
History
Unescape
Escape
Meta+Toolchain+CI: Add a script to bootstrap vcpkg And hook it into ladybird.sh for convenience. The script will set up PATH and other environment variables automatically. On CI, vcpkg is theoretically already installed on Linux machines, but not with the right environment variables, and not on macOS. So this also makes CI use this script to bootstrap vcpkg.
2024-06-04 20:24:06 +00:00
#!/usr/bin/env bash
Toolchain: Rewrite BuildVcpkg.sh in python Co-Authored-By: Andrew Kaster <andrew@ladybird.org>
2024-10-09 21:29:30 +00:00
python3 ./Toolchain/BuildVcpkg.py
Reference in a new issue
Copy permalink