Only build OB-Valve binaries on Mac OS X for now (bug 4392, r=dvander).

This commit is contained in:
Scott Ehlert
2010-05-13 04:18:58 -05:00
parent f4e22cb44c
commit 9fce2b1d8e
5 changed files with 45 additions and 34 deletions
+3
View File
@@ -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)