Fixed cstrike extension not building for ep2v on mac.
This commit is contained in:
parent
a39943d57d
commit
d29e546678
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user