scons: Fix llvm-config not found error message.
"% llvm_version" is bogus copy'n'past cruft.
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user