diff options
Diffstat (limited to 'chapter06/meson.xml')
-rw-r--r-- | chapter06/meson.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/meson.xml b/chapter06/meson.xml index 5a8779a91..0b49c5441 100644 --- a/chapter06/meson.xml +++ b/chapter06/meson.xml @@ -39,11 +39,11 @@ <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(a)@& and not a.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> |