From 166d5d1d1371eab2fc3f3c85b7b39bbbde80a961 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 18 Feb 2016 18:29:25 +0100 Subject: [PATCH] appveyor: Fix invalid path. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f7cd5cd4f..04c527a92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ init: install: # Make compiler command line tools available -- call appveyor\compiler_setup.bat +- call c:\projects\assimp\appveyor\compiler_setup.bat build_script: - cd c:\projects\assimp