Browse Source

Appveyor: fix path in setup.

Kim Kulling 9 năm trước cách đây
mục cha
commit
122d93d013
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -26,7 +26,7 @@ init:
 
 install:
 # 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:
  - cd c:\projects\assimp