mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: c-vise: Fix linkage.
* gnu/packages/debug.scm (c-vise)[arguments][#:phases]: Fix linkage to clang and llvm shared libraries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
35ea49daf6
commit
6481dbda51
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ tools that process C/C++ code.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'fix-linkage
|
||||||
|
(lambda _
|
||||||
|
(substitute* "clang_delta/CMakeLists.txt"
|
||||||
|
(("\\$\\{LLVM_LINK_LLVM_DYLIB\\}") "True")
|
||||||
|
((" LLVM") " LLVMSupport"))))
|
||||||
(add-before 'build 'hardcode-paths
|
(add-before 'build 'hardcode-paths
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "cvise.py"
|
(substitute* "cvise.py"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue