浏览代码

fix appveyor?

Dan Korostelev 8 年之前
父节点
当前提交
9e1aa16e82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -54,7 +54,7 @@ install:
     - cmd: mklink C:\Python34-x64\python3.exe C:\Python34-x64\python.exe
     - set PATH=%PATH%;C:\Python34-x64
     # expose the dll files
-    - set "PATH=%PATH%;%CYG_ROOT%/usr/i686-w64-mingw64/sys-root/mingw/bin"
+    - set "PATH=%PATH%;%CYG_ROOT%/usr/x86_64-w64-mingw32/sys-root/mingw/bin"
     - choco install awscli
 
 build_script: