ripgrep: remove need for llvm (#31062)
This commit is contained in:
parent
a2afd5b82f
commit
f42680b785
1 changed files with 0 additions and 7 deletions
|
@ -22,10 +22,3 @@ class Ripgrep(Package):
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
cargo = which('cargo')
|
cargo = which('cargo')
|
||||||
cargo('install', '--root', prefix, '--path', '.')
|
cargo('install', '--root', prefix, '--path', '.')
|
||||||
|
|
||||||
# needed for onig_sys
|
|
||||||
def setup_build_environment(self, env):
|
|
||||||
env.append_flags('LLVM_CONFIG_PATH',
|
|
||||||
join_path(self.spec['llvm'].prefix.libexec.llvm,
|
|
||||||
'llvm-config'))
|
|
||||||
env.append_flags('LIBCLANG_PATH', self.spec['llvm'].prefix.lib)
|
|
||||||
|
|
Loading…
Reference in a new issue