Only build OB-Valve binaries on Mac OS X for now (bug 4392, r=dvander).
This commit is contained in:
@@ -3,6 +3,9 @@ import os
|
||||
|
||||
for i in SM.sdkInfo:
|
||||
sdk = SM.sdkInfo[i]
|
||||
if AMBuild.target['platform'] not in sdk['platform']:
|
||||
continue
|
||||
|
||||
name = 'sourcemod.' + sdk['ext']
|
||||
|
||||
compiler = SM.DefaultHL2Compiler('core', i)
|
||||
|
||||
Reference in New Issue
Block a user