From 7ed219af70b67f787d1209bbb665c15c985cddd2 Mon Sep 17 00:00:00 2001 From: Stinkfist0 Date: Thu, 25 Feb 2016 17:31:47 +0200 Subject: [PATCH] Use a fixed revision of OpenCOLLADA in order to prevent introducing breaking changes. Closes #36, related to #38 --- win/build-deps.cmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 81140aa78b..a8ce258f0f 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -391,7 +391,7 @@ exit /b %RET% :: Params: %1 gitUrl, %2 destDir, %3 revision :: F.ex. call :GitCloneAndCheckoutRevision https://github.com/KhronosGroup/OpenCOLLADA.git "%DEPENDENCY_DIR%" 064a60b65c2c31b94f013820856bc84fb1937cc6 :GitCloneAndCheckoutRevision -IF NOT EXIST %2. ( +IF NOT EXIST "%2". ( call cecho.cmd 0 13 "Cloning %DEPENDENCY_NAME% into %2." pushd "%DEPS_DIR%" call git clone %1 %2 @@ -402,8 +402,6 @@ IF NOT EXIST %2. ( popd ) ELSE ( call cecho.cmd 0 13 "%DEPENDENCY_NAME% already cloned. Skipping." - pushd %2 - call git pull set RET=0 ) popd