diff options
| author | KO Myung-Hun <komh@chollian.net> | 2023-10-30 19:15:31 +0900 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-11-14 08:16:23 -0800 |
| commit | c3275c5a0a19ea70b8227a2c9fb3e604b1d8bb51 (patch) | |
| tree | 3e564ec4ef47497ec1e59e504238150c636e59e8 /docs/yaml | |
| parent | 6fc9f10a5ce7fa951df1ee0347fd54c86941b151 (diff) | |
| download | meson-c3275c5a0a19ea70b8227a2c9fb3e604b1d8bb51.tar.gz | |
Add `shortname' kwarg for a short DLL name on OS/2
Give an user opportunities to mangle a custom short name for a DLL on
OS/2.
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/functions/shared_library.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/yaml/functions/shared_library.yaml b/docs/yaml/functions/shared_library.yaml index eeae3ce8c..c3ea77a7d 100644 --- a/docs/yaml/functions/shared_library.yaml +++ b/docs/yaml/functions/shared_library.yaml @@ -54,3 +54,9 @@ kwargs: Set the specific ABI to compile (when compiling rust). - 'rust' (default): Create a "dylib" crate. - 'c': Create a "cdylib" crate. + + shortname: + type: str + since: 1.10.0 + description: | + A string specifying a DLL name fitting to 8.3 limit on OS/2 of this shared library. |
