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

This commit is contained in:
ayeteadoe 2025-07-01 11:43:14 -07:00 committed by Andrew Kaster
commit 43778e9493
Notes: github-actions[bot] 2025-07-01 20:18:30 +00:00

View file

@ -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}")