mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[vcpkg_install_gn] Fix variable name typo (#18186)
This commit is contained in:
parent
212477fd66
commit
385bd9b1ed
@ -81,7 +81,7 @@ function(z_vcpkg_install_gn_install)
|
||||
TARGET "//${target}"
|
||||
)
|
||||
|
||||
foreach(output IN LISTS OUTPUTS)
|
||||
foreach(output IN LISTS outputs)
|
||||
if(output MATCHES "^//")
|
||||
# relative path (e.g. //out/Release/target.lib)
|
||||
string(REGEX REPLACE "^//" "${arg_SOURCE_PATH}/" output "${output}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user