Skip to content

Commit

Permalink
Update vcpkg-scripts-sha for 2024-02-06. (#1341)
Browse files Browse the repository at this point in the history
Also picks up the edit noted by @dg0yt in microsoft/vcpkg#35931 (comment)
  • Loading branch information
BillyONeal committed Feb 7, 2024
1 parent e071019 commit 8a83681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/applocal.ps1
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-init/vcpkg-scripts-sha.txt
@@ -1 +1 @@
710677da49b03885c65c8b5ca43072d4b1acde75
66b4b34d99ab272fcf21f2bd12b616e371c6bb31

0 comments on commit 8a83681

Please sign in to comment.