Fixed cstrike extension not building for ep2v on mac.

This commit is contained in:
Nicholas Hastings 2012-05-27 17:40:12 -04:00
parent a39943d57d
commit d29e546678

View File

@ -2,7 +2,7 @@
import os
for i in SM.sdkInfo:
if i != 'cstrike' and i != 'csgo':
if i != 'ep2v' and i != 'csgo':
continue
sdk = SM.sdkInfo[i]