summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-07-31 05:16:39 -0700
committerEli Schwartz <eschwartz93@gmail.com>2023-09-28 14:35:01 -0400
commit5421c24ea02ac50292db51bcab6150bb7e91bf1c (patch)
treee6d8529686557e05de856dc4d7da8983ec1fa606 /docs/yaml
parentf4ea89be6041b4351d34695f71f9678cc8dd092b (diff)
downloadmeson-5421c24ea02ac50292db51bcab6150bb7e91bf1c.tar.gz
fix using a CustomTargetIndex for vs_module_defs
Because `CustomTargetIndex`es don't have a `subdir` property, but they do implement the `get_subdir()` method
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/functions/shared_library.yaml2
-rw-r--r--docs/yaml/functions/shared_module.yaml2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/yaml/functions/shared_library.yaml b/docs/yaml/functions/shared_library.yaml
index 5076b9341..f633aca96 100644
--- a/docs/yaml/functions/shared_library.yaml
+++ b/docs/yaml/functions/shared_library.yaml
@@ -45,6 +45,8 @@ kwargs:
Specify a Microsoft module definition file for controlling symbol exports,
etc., on platforms where that is possible (e.g. Windows).
+ *(Since 1.3.0)* [[@custom_idx]] are supported
+
rust_abi:
type: str
since: 1.3.0
diff --git a/docs/yaml/functions/shared_module.yaml b/docs/yaml/functions/shared_module.yaml
index 46086ba30..6b94e56ad 100644
--- a/docs/yaml/functions/shared_module.yaml
+++ b/docs/yaml/functions/shared_module.yaml
@@ -40,6 +40,8 @@ kwargs:
Specify a Microsoft module definition file for controlling symbol exports,
etc., on platforms where that is possible (e.g. Windows).
+ *(Since 1.3.0)* [[@custom_idx]] are supported
+
rust_abi:
type: str
since: 1.3.0