mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Meta: Fix CMake configure warning in unix angle vcpkg port
Fixes Unexpected UNKNOWN_READ_ACCESS on WIN32 variable
This commit is contained in:
parent
454bf0b7cd
commit
3bce1934b1
Notes:
github-actions[bot]
2025-06-30 18:26:09 +00:00
Author: https://github.com/ayeteadoe
Commit: 3bce1934b1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5250
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}"
|
||||
REF "${REF}"
|
||||
)
|
||||
if (WIN32)
|
||||
if (VCPKG_HOST_IS_WIN32)
|
||||
file(COPY "${DEP_SOURCE_PATH}/" DESTINATION "${PATH}")
|
||||
else()
|
||||
file(RENAME "${DEP_SOURCE_PATH}" "${PATH}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue