scons: Fix llvm-config not found error message.
"% llvm_version" is bogus copy'n'past cruft.
This commit is contained in:
parent
674f9239b9
commit
3950953f93
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ def generate(env):
|
|||
env.Append(LINKFLAGS = ['/nodefaultlib:LIBCMT'])
|
||||
else:
|
||||
if not env.Detect('llvm-config'):
|
||||
print 'scons: llvm-config script not found' % llvm_version
|
||||
print 'scons: llvm-config script not found'
|
||||
return
|
||||
|
||||
llvm_version = env.backtick('llvm-config --version').rstrip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue