use backslash instead of forward slash

This commit is contained in:
Thomas Fussell 2017-03-11 10:49:22 -05:00
parent f42a0008b7
commit 5f9ab3a5f7

View File

@ -19,7 +19,7 @@ install:
- powershell -exec bypass scripts\bootstrap.ps1 - powershell -exec bypass scripts\bootstrap.ps1
- vcpkg install cryptopp zlib expat - vcpkg install cryptopp zlib expat
- vcpkg integrate install - vcpkg integrate install
- dir installed/x86-windows/lib - dir installed\x86-windows\lib
- cd .. - cd ..
before_build: before_build: