Browse Source

Appveyor: fix path in setup.

Kim Kulling 9 years ago
parent
commit
122d93d013
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -26,7 +26,7 @@ init:
 
 
 install:
 install:
 # Make compiler command line tools available
 # Make compiler command line tools available
-- call c:\projects\assimp\appveyor\compiler_setup.bat
+- call c:\projects\assimp\scripts\appveyor\compiler_setup.bat
 
 
 build_script:
 build_script:
  - cd c:\projects\assimp
  - cd c:\projects\assimp