소스 검색

Feat(Depend): win32

viest 6 년 전
부모
커밋
e659a27107
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -44,7 +44,7 @@ install:
                         & 7z x c:\build-cache\zlib-1.2.11.tar -oc:\build-cache\$lname3
                 }
                 if (-not (Test-Path c:\build-cache\$lname3\Release)) {
-                       cd c:\build-cache\$lname3
+                       cd c:\build-cache\$lname3\zlib-1.2.11
                        dir .
                        $cmakegen = 'Visual Studio 15 2017'
                        if ($env:VC -Match "vc14") {