mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:49:00 +08:00
2ac6ba173b
Reason: ``` -- Adjusting original rpath of: '/mnt/e/all/vcpkg/installed/x64-linux-release/lib/pkgconfig/../../lib/intel64/' -- Fixed rpath in: '/mnt/e/all/vcpkg/packages/numpy_x64-linux-release/lib/python3.11/site-packages/numpy/linalg/lapack_lite.cpython-311-x86_64-linux-gnu.so' ('$ORIGIN:$ORIGIN/../../../../:$ORIGIN/../../../../intel64/') ``` needed `$ORIGIN/../../../../intel64/` in there which came from a pc file via `-Wl,-rpath='${libdir}'` --------- Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>
8 lines
182 B
JSON
8 lines
182 B
JSON
{
|
|
"name": "vcpkg-find-acquire-program",
|
|
"version-string": "0",
|
|
"port-version": 2,
|
|
"description": "Test port to exercise vcpkg_find_acquire_program",
|
|
"supports": "native"
|
|
}
|