mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
|
|
@ -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…
Reference in New Issue
Block a user