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
- vcpkg install cryptopp zlib expat
- vcpkg integrate install
- dir installed/x86-windows/lib
- dir installed\x86-windows\lib
- cd ..
before_build: