Update checkout-deps script for Contagion on Windows (NPOTB).

This commit is contained in:
Scott Ehlert 2014-04-20 00:37:20 -05:00
parent 623925a1cf
commit aa85a1866e

View File

@ -79,7 +79,7 @@ if [ $ismac -eq 0 ]; then
# Add more SDKs for Windows only
if [ $iswin -eq 1 ]; then
sdks+=( darkm swarm bgt eye )
sdks+=( darkm swarm bgt eye contagion )
fi
fi