From 87bbd2ccb31896309695d5652623df86142482b9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 20 May 2017 02:40:56 +0300 Subject: [PATCH] Fix variable expansion in appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 24570bd..d185b09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,4 +36,4 @@ install: build: off test_script: - - b2 libs/mp11/test toolset=$TOOLSET + - b2 libs/mp11/test toolset=%TOOLSET%