Fix typo.
This commit is contained in:
parent
db14d2d00a
commit
9f8f879590
@ -296,7 +296,7 @@ class SMConfig(object):
|
|||||||
'-compatibility_version', '1.0.0',
|
'-compatibility_version', '1.0.0',
|
||||||
'-current_version', self.productVersion
|
'-current_version', self.productVersion
|
||||||
]
|
]
|
||||||
return self.AddVersioning(self, binary)
|
return self.AddVersioning(binary)
|
||||||
|
|
||||||
def ProgramBuilder(self, compiler, name):
|
def ProgramBuilder(self, compiler, name):
|
||||||
binary = compiler.Program(name)
|
binary = compiler.Program(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user