Fixed whitespace (wtf python?)
This commit is contained in:
parent
93dd6d47aa
commit
576529e60c
@ -165,8 +165,7 @@ class SM:
|
|||||||
#Finish up
|
#Finish up
|
||||||
self.compiler.AddToListVar('CDEFINES', 'SOURCEMOD_BUILD')
|
self.compiler.AddToListVar('CDEFINES', 'SOURCEMOD_BUILD')
|
||||||
self.compiler.AddToListVar('CDEFINES', 'SM_GENERATED_BUILD')
|
self.compiler.AddToListVar('CDEFINES', 'SM_GENERATED_BUILD')
|
||||||
self.compiler.AddToListVar('CINCLUDES',
|
self.compiler.AddToListVar('CINCLUDES', os.path.join(AMBuild.outputFolder, 'includes'))
|
||||||
os.path.join(AMBuild.outputFolder, 'includes'))
|
|
||||||
self.compiler.ToConfig(AMBuild, 'compiler')
|
self.compiler.ToConfig(AMBuild, 'compiler')
|
||||||
AMBuild.cache.CacheVariable('vendor', self.vendor)
|
AMBuild.cache.CacheVariable('vendor', self.vendor)
|
||||||
self.targetMap = { }
|
self.targetMap = { }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user