Added support for CS:GO on Mac OS X (bug 5459, r=psychonic).
This commit is contained in:
@@ -13,6 +13,7 @@ compiler['CDEFINES'].append('SM_LOGIC')
|
||||
if AMBuild.target['platform'] == 'linux':
|
||||
compiler['POSTLINKFLAGS'].append('-lpthread')
|
||||
if AMBuild.target['platform'] == 'darwin':
|
||||
compiler['CFLAGS'].extend(['-Wno-deprecated-declarations'])
|
||||
compiler['POSTLINKFLAGS'].extend(['-framework', 'CoreServices'])
|
||||
|
||||
extension = AMBuild.AddJob('sourcemod.logic')
|
||||
|
||||
Reference in New Issue
Block a user