mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 06:40:18 +00:00
NFC: fix typo
llvm-svn: 277404
This commit is contained in:
parent
24a927b3c2
commit
8a63138ebc
@ -653,7 +653,7 @@ class Configuration(object):
|
||||
|
||||
def configure_substitutions(self):
|
||||
sub = self.config.substitutions
|
||||
# Configure compiler substitions
|
||||
# Configure compiler substitutions
|
||||
sub.append(('%cxx', self.cxx.path))
|
||||
# Configure flags substitutions
|
||||
flags_str = ' '.join(self.cxx.flags)
|
||||
|
Loading…
Reference in New Issue
Block a user