Fix if condition

This commit is contained in:
Peter Dimov
2017-11-06 01:30:19 +02:00
parent 90aea45e9b
commit 436cc4577f

View File

@@ -48,5 +48,5 @@ install:
build: off
test_script:
- if "%CXXSTD%" != "" set CXXSTD=cxxstd=%CXXSTD%
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
- b2 libs/bind/test toolset=%TOOLSET% %CXXSTD%