diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/meson.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/meson.xml b/chapter06/meson.xml index 820ccd7f1..db3d67afc 100644 --- a/chapter06/meson.xml +++ b/chapter06/meson.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Meson</title> + <para>Apply a fix from upstream to fix a regression:</para> + +<screen><userinput remap="pre">sed -i "s@isfile(f)@& and not f.startswith('/dev')@" mesonbuild/interpreter.py</userinput></screen> + <para>Compile Meson with the following command:</para> <screen><userinput remap="make">python3 setup.py build</userinput></screen> |