We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc236d commit e4b1e65Copy full SHA for e4b1e65
lib/libdetect.rb
@@ -15,7 +15,7 @@ module LibDetect
15
ENV['LIBCLANG'] = DARWIN_LIBCLANG
16
when /linux/
17
prog = 'llvm-config'
18
- if find_executable(prog)
+ if find_executable(prog) and not ENV.has_key?('LLVM_CONFIG')
19
ENV['LLVM_CONFIG'] = prog
20
end
21
0 commit comments