Explorar el Código

use the mingw dll files (fix #6309)

Andy Li hace 8 años
padre
commit
60364ffc97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/x86_64-w64-mingw32/sys-root/mingw/bin"
+    - set "PATH=%CYG_ROOT%/usr/x86_64-w64-mingw32/sys-root/mingw/bin;%PATH%"
     - choco install awscli
 
 build_script: