aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d8b4b10..23e100f 100644
--- a/README.md
+++ b/README.md
@@ -89,10 +89,10 @@ parameters from environment variables.
| | Travis | AppVeyor | GitHub Actions
| ----------------- | ------------------------------------ | ------------------------------------------ | ------------------------------------
-| `--toolset` | `$toolset` | `%toolset%` | `$toolset`
-| `--platform` | `$platform` | `%PLATFORM%` | `$platform`
-| `--configuration` | `$configuration` | `%CONFIGURATION%` | `$configuration`
-| Boost version | `$boost_version` | `%boost_version%` | `$boost_version`
+| `--toolset` | `$TOOLSET` | `%TOOLSET%` | `$TOOLSET`
+| `--platform` | `$PLATFORM` | `%PLATFORM%` | `$PLATFORM`
+| `--configuration` | `$CONFIGURATION` | `%CONFIGURATION%` | `$CONFIGURATION`
+| Boost version | `$BOOST_VERSION` | `%BOOST_VERSION%` | `$BOOST_VERSION`
| Boost path | `$TRAVIS_BUILD_DIR/../build/boost` | `%APPVEYOR_BUILD_FOLDER%\..\build\boost` | `$GITHUB_WORKSPACE/../build/boost`
| Build path | `$TRAVIS_BUILD_DIR/../build/cmake` | `%APPVEYOR_BUILD_FOLDER%\..\build\cmake` | `$GITHUB_WORKSPACE/../build/cmake`
| Install path | `$TRAVIS_BUILD_DIR/../build/install` | `%APPVEYOR_BUILD_FOLDER%\..\build\install` | `$GITHUB_WORKSPACE/../build/install`