diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-06-16 08:44:51 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-06-16 09:18:24 -0400 |
commit | ebfbaef7ee1276ab960711de1e068e106b450a16 (patch) | |
tree | a1351eef3ec48b42d1117ecaf530d12c36e07fb3 | |
parent | ee7a7fec10298e8dabc423f6163e866d19473e7f (diff) | |
download | meson-ebfbaef7ee1276ab960711de1e068e106b450a16.zip meson-ebfbaef7ee1276ab960711de1e068e106b450a16.tar.gz meson-ebfbaef7ee1276ab960711de1e068e106b450a16.tar.bz2 |
doc: Add meson.override_dependency() in external-project example
-rw-r--r-- | docs/markdown/External-Project-module.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index 901b0ed..162d39d 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -120,6 +120,7 @@ p = mod.add_project('configure', ) mylib_dep = p.dependency('mylib') +meson.override_dependency('mylib', mylib_dep) ``` ## Using wrap file |