mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
Meta: Fix vcpkg angle port on Windows
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
This commit is contained in:
parent
b8f78e3bc1
commit
43778e9493
Notes:
github-actions[bot]
2025-07-01 20:18:30 +00:00
Author: https://github.com/ayeteadoe
Commit: 43778e9493
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5261
Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ function(checkout_in_path PATH URL REF)
|
||||||
URL "${URL}"
|
URL "${URL}"
|
||||||
REF "${REF}"
|
REF "${REF}"
|
||||||
)
|
)
|
||||||
if (VCPKG_HOST_IS_WIN32)
|
if (CMAKE_HOST_WIN32)
|
||||||
file(COPY "${DEP_SOURCE_PATH}/" DESTINATION "${PATH}")
|
file(COPY "${DEP_SOURCE_PATH}/" DESTINATION "${PATH}")
|
||||||
else()
|
else()
|
||||||
file(RENAME "${DEP_SOURCE_PATH}" "${PATH}")
|
file(RENAME "${DEP_SOURCE_PATH}" "${PATH}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue