From c3275c5a0a19ea70b8227a2c9fb3e604b1d8bb51 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Mon, 30 Oct 2023 19:15:31 +0900 Subject: 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. --- docs/yaml/functions/shared_library.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3