From 7ccd5521e0f3c5cfefea4179f60b4b9c2eef6054 Mon Sep 17 00:00:00 2001 From: Robert Rouhani Date: Sun, 19 Apr 2015 13:24:23 -0400 Subject: [PATCH] Removed zlib dependency and chose a specific version of SharpFont.Dependencies. --- thirdparty/fetch-thirdparty-deps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 2ef1496438..0f9eff630a 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -54,7 +54,7 @@ if (!(Test-Path "SharpFont.dll")) cp SharpFont/lib/net20/SharpFont* . cp SharpFont/config/SharpFont.dll.config . rmdir SharpFont -Recurse - rmdir SharpFont.Dependencies -Recurse + rmdir SharpFont.Dependencies -Recurse } if (!(Test-Path "nunit.framework.dll"))