mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 02:42:48 +08:00
CMake binary is now supplied to Meson in cross-compile configurations. (#19727)
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
This commit is contained in:
parent
f8fbd56e61
commit
bb92b7d34d
@ -301,6 +301,7 @@ function(vcpkg_internal_meson_generate_cross_file _additional_binaries) #https:/
|
||||
string(APPEND CROSS "cpp_ld = '${VCPKG_DETECTED_CMAKE_LINKER}'\n")
|
||||
endif()
|
||||
endif()
|
||||
string(APPEND CROSS "cmake = '${CMAKE_COMMAND}'\n")
|
||||
foreach(_binary IN LISTS ${_additional_binaries})
|
||||
string(APPEND CROSS "${_binary}\n")
|
||||
endforeach()
|
||||
|
Loading…
Reference in New Issue
Block a user