The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
360 B
10 lines
360 B
7 years ago
|
# 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.
|