Merge #193163: onnxruntime: fix paths in pkg-config file
This commit is contained in:
commit
9f59caf45c
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ stdenv.mkDerivation rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace cmake/external/abseil-cpp.cmake \
|
substituteInPlace cmake/external/abseil-cpp.cmake \
|
||||||
--replace "${abseil.url}" "${abseil}"
|
--replace "${abseil.url}" "${abseil}"
|
||||||
|
|
||||||
|
substituteInPlace cmake/libonnxruntime.pc.cmake.in \
|
||||||
|
--replace '$'{prefix}/@CMAKE_INSTALL_ @CMAKE_INSTALL_
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue