aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:21:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:22:44 +0300
commit55631f9da758e1a317ee5b67ec6f76f969617331 (patch)
tree8253182873b1be89522e2dcf7b509ae31abd4278
parentREADME: update (diff)
downloadbuild-boost-55631f9da758e1a317ee5b67ec6f76f969617331.tar.gz
build-boost-55631f9da758e1a317ee5b67ec6f76f969617331.zip
README: update
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 50519ee..77d4ae2 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,12 @@ API
| | x86 | | Build 32-bit binaries.
| configuration | Release | ✓ | Build Release binaries.
| | Debug | | Build Debug binaries.
-| static | *other* | ✓ | Shared libraries.
+| static | *any* | ✓ | Shared libraries.
| | 1 | | Static libraries.
-| static-runtime | *other* | ✓ | Link to the shared runtime.
+| static-runtime | *any* | ✓ | Link to the shared runtime.
| | 1 | | Link to the static runtime.
| directory | *empty* | ✓ | Build in `${{ runner.workspace }}/boost`.
-| | *other* | | Build in a custom directory.
+| | *any* | | Build in a custom directory.
| Output | Example | CMake name | Description
| ---------- | -------------------------------------- | ---------------- | -----------