mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[vcpkg_extract_source_archive] Fix incorrect var usage in vcpkg_extract_source_archive
This commit is contained in:
parent
4eb219c9fd
commit
5d0b0ec82f
@ -80,7 +80,7 @@ function(vcpkg_extract_source_archive_ex)
|
||||
string(SUBSTRING ${SANITIZED_REF} ${FROM_REF} ${REF_LENGTH} SHORTENED_SANITIZED_REF)
|
||||
|
||||
# Hash the archive hash along with the patches. Take the first 10 chars of the hash
|
||||
file(SHA512 ${ARCHIVE} PATCHSET_HASH)
|
||||
file(SHA512 ${_vesae_ARCHIVE} PATCHSET_HASH)
|
||||
foreach(PATCH IN LISTS _vesae_PATCHES)
|
||||
get_filename_component(ABSOLUTE_PATCH "${PATCH}" ABSOLUTE BASE_DIR "${CURRENT_PORT_DIR}")
|
||||
file(SHA512 ${ABSOLUTE_PATCH} CURRENT_HASH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user