mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:39:44 +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> |
||
---|---|---|
.. | ||
portfile.cmake | ||
vcpkg.json |