From a2cac72d9bcbe8d31dc591992964599c5664ba66 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Tue, 15 Nov 2022 18:16:29 -0600 Subject: Change `unstable_external_project` to `unstable-external_project` Apparently this is a misspelling even though it has been in the docs since the creation of the module. --- docs/markdown/External-Project-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/External-Project-module.md') diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index f0bf2f7e5..615c6c117 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -114,7 +114,7 @@ project('My Autotools Project', 'c', meson_version : '>=0.56.0', ) -mod = import('unstable_external_project') +mod = import('unstable-external_project') p = mod.add_project('configure', configure_options : ['--prefix=@PREFIX@', -- cgit v1.2.3