diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:21:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:22:44 +0300 |
commit | 55631f9da758e1a317ee5b67ec6f76f969617331 (patch) | |
tree | 8253182873b1be89522e2dcf7b509ae31abd4278 | |
parent | README: update (diff) | |
download | build-boost-55631f9da758e1a317ee5b67ec6f76f969617331.tar.gz build-boost-55631f9da758e1a317ee5b67ec6f76f969617331.zip |
README: update
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ---------- | -------------------------------------- | ---------------- | ----------- |