vcpkg/scripts/buildsystems
Jörg Bornemann ed73411424
[applocal.ps1] Fix -targetBinary without drive letter (#29890) (#29894)
On Windows, running applocal.ps1 with "-targetBinary
/foo/bar.exe" (without drive letter) did not install dependencies. The
dumpbin executable was called with /foo/bar.exe, and dumpbin interpreted
this as unknown command line argument. No dependencies were resolved.

We're already resolving the full path of the target binary some lines
above the dumpbin call. The $targetBinaryPath variable contains the
target binary's path including the drive letter, and dumpbin
successfully reports the executable's dependencies.
2023-03-01 16:07:04 -08:00
..
make_wrapper [mchehab-zbar] Add new port (#16113) 2022-08-24 09:08:34 -07:00
meson [vcpkg scripts] Crosscompiling fixes (#26617) 2022-10-13 09:40:52 -07:00
msbuild [applocal.ps1] Fix -targetBinary without drive letter (#29890) (#29894) 2023-03-01 16:07:04 -08:00
osx [applocal.py] Don't try to install dependencies not managed by vcpkg (#16716) 2021-03-15 15:47:08 -07:00
vcpkg.cmake Add initial risc-v support (#29593) 2023-02-22 12:44:40 -08:00