From 8f5473a65730c366f8d0a48d894a62dfdec6f883 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 7 Jan 2020 01:28:58 +0300 Subject: AppVeyor: fix boost/build usage --- boost/build/ci/appveyor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boost/build/ci') diff --git a/boost/build/ci/appveyor.py b/boost/build/ci/appveyor.py index b79bb04..3f8d0cd 100644 --- a/boost/build/ci/appveyor.py +++ b/boost/build/ci/appveyor.py @@ -29,7 +29,7 @@ def _check_appveyor(): def _get_build_dir(): - return R'(C:\)' + return 'C:\\' def _get_boost_version(): -- cgit v1.2.3