From f9e88cd37e6babc1de476398f54a540f3eeca1c7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 21 Nov 2017 00:26:24 +0200 Subject: Added release note mention of embedded Python in MSI packages. --- docs/markdown/snippets/builtin-python.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/markdown/snippets/builtin-python.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/builtin-python.md b/docs/markdown/snippets/builtin-python.md new file mode 100644 index 0000000..01bb6e0 --- /dev/null +++ b/docs/markdown/snippets/builtin-python.md @@ -0,0 +1,9 @@ +# Embedded Python in Windows MSI packages + +Meson now ships an internal version of Python in the MSI installer packages. +This means that it can run Python scripts that are part of your build +transparently. That is, if you do the following: + + myprog = find_program('myscript.py') + +Then Meson will run the script with its internal Python version if necessary. -- cgit v1.1