Skip to content

Commit

Permalink
Add missing backslash to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Aug 3, 2017
1 parent a1cbbe7 commit aed91b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11\
- python tools/boostdep/depinst/depinst.py mp11
- cmd /c bootstrap
- b2 headers
Expand Down

0 comments on commit aed91b6

Please sign in to comment.