Thanks, Python.

This commit is contained in:
David Anderson 2009-08-30 17:27:44 -07:00
parent 70993256b9
commit db97c2a5b1

View File

@ -10,7 +10,7 @@ compiler['CXXINCLUDES'].append(os.path.join(base, 'public', 'sourcepawn'))
compiler['CDEFINES'].append('SM_DEFAULT_THREADER')
compiler['CDEFINES'].append('SM_LOGIC')
if AMBuild.target['platform'] == 'linux'
if AMBuild.target['platform'] == 'linux':
compiler['POSTLINKFLAGS'].append('-lpthread')
extension = AMBuild.AddJob('sourcemod.logic')