From 8a83681f921b10d86ae626fd833c253f4f8c355b Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 6 Feb 2024 17:28:05 -0800 Subject: [PATCH] Update vcpkg-scripts-sha for 2024-02-06. (#1341) Also picks up the edit noted by @dg0yt in https://github.com/microsoft/vcpkg/pull/35931#discussion_r1444219371 --- scripts/applocal.ps1 | 2 +- vcpkg-init/vcpkg-scripts-sha.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/applocal.ps1 b/scripts/applocal.ps1 index 39de365d3b..0721170f1e 100644 --- a/scripts/applocal.ps1 +++ b/scripts/applocal.ps1 @@ -94,7 +94,7 @@ function resolve([string]$targetBinary) { $targetBinaryDir = Split-Path $targetBinaryPath -parent if (Get-Command "dumpbin" -ErrorAction SilentlyContinue) { - $a = $(dumpbin /DEPENDENTS $targetBinary | ? { $_ -match "^ [^ ].*\.dll" } | % { $_ -replace "^ ","" }) + $a = $(dumpbin /DEPENDENTS $targetBinaryPath| ? { $_ -match "^ [^ ].*\.dll" } | % { $_ -replace "^ ","" }) } elseif (Get-Command "llvm-objdump" -ErrorAction SilentlyContinue) { $a = $(llvm-objdump -p $targetBinary| ? { $_ -match "^ {4}DLL Name: .*\.dll" } | % { $_ -replace "^ {4}DLL Name: ","" }) } elseif (Get-Command "objdump" -ErrorAction SilentlyContinue) { diff --git a/vcpkg-init/vcpkg-scripts-sha.txt b/vcpkg-init/vcpkg-scripts-sha.txt index 6e25bd6279..cbd6e9f4b9 100644 --- a/vcpkg-init/vcpkg-scripts-sha.txt +++ b/vcpkg-init/vcpkg-scripts-sha.txt @@ -1 +1 @@ -710677da49b03885c65c8b5ca43072d4b1acde75 +66b4b34d99ab272fcf21f2bd12b616e371c6bb31