Skip to content

Commit

Permalink
Update checkout-deps script for Contagion on Windows (NPOTB).
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDS committed Apr 20, 2014
1 parent 623925a commit aa85a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkout-deps.sh
Expand Up @@ -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

Expand Down

0 comments on commit aa85a18

Please sign in to comment.