Android: Download vcpkg when building Lagom tools
This commit is contained in:
parent
71e1f724f6
commit
76a4f841b5
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/Olekoop Commit: https://github.com/LadybirdBrowser/ladybird/commit/76a4f841b5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/454 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ CACHE_DIR=${CACHE_DIR:-"${BUILD_DIR}/caches"}
|
|||
# (And this also works on macOS, despite the fact that $XDG_CACHE_HOME is a Linux-ism.)
|
||||
export XDG_CACHE_HOME="$CACHE_DIR"
|
||||
|
||||
"$LADYBIRD_SOURCE_DIR"/Meta/ladybird.sh vcpkg
|
||||
|
||||
cmake -S "${LADYBIRD_SOURCE_DIR}/Meta/Lagom" -B "$BUILD_DIR/lagom-tools" \
|
||||
-GNinja -Dpackage=LagomTools \
|
||||
-DCMAKE_INSTALL_PREFIX="$BUILD_DIR/lagom-tools-install" \
|
||||
|
|
Loading…
Add table
Reference in a new issue