From aa85a1866e0608f4bf09292d564cbae8e66aa8e2 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 20 Apr 2014 00:37:20 -0500 Subject: [PATCH] Update checkout-deps script for Contagion on Windows (NPOTB). --- tools/checkout-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkout-deps.sh b/tools/checkout-deps.sh index c1b28cab..7daaa8d4 100755 --- a/tools/checkout-deps.sh +++ b/tools/checkout-deps.sh @@ -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