mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: llvm: Enable install utils.
* gnu/packages/llvm.scm (llvm)[arguments]: Add -DLLVM_INSTALL_UTILS=ON to configure-flags.
This commit is contained in:
parent
8ac5298786
commit
22897187c1
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ (define-public llvm
|
||||||
`(#:configure-flags '("-DCMAKE_SKIP_BUILD_RPATH=FALSE"
|
`(#:configure-flags '("-DCMAKE_SKIP_BUILD_RPATH=FALSE"
|
||||||
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE"
|
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE"
|
||||||
"-DBUILD_SHARED_LIBS:BOOL=TRUE"
|
"-DBUILD_SHARED_LIBS:BOOL=TRUE"
|
||||||
"-DLLVM_ENABLE_FFI:BOOL=TRUE")
|
"-DLLVM_ENABLE_FFI:BOOL=TRUE"
|
||||||
|
"-DLLVM_INSTALL_UTILS=ON") ; Needed for rustc.
|
||||||
|
|
||||||
;; Don't use '-g' during the build, to save space.
|
;; Don't use '-g' during the build, to save space.
|
||||||
#:build-type "Release"
|
#:build-type "Release"
|
||||||
|
|
Loading…
Reference in a new issue