aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/meson.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-09-03 00:45:13 +0800
committerXi Ruoyao <xry111@xry111.site>2023-09-03 00:48:20 +0800
commit1b807632f6f1aa8a67680b34bac95b300952e624 (patch)
tree6fe14d2787b481592918bbcc988bf2d1ccf2c77e /chapter08/meson.xml
parent3864d235cfd3623f6a4765d9acd13caee62c6629 (diff)
Add --no-cache-dir into pip3 wheel commands for Python modules
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r--chapter08/meson.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml
index a53a88c3c..8cf308237 100644
--- a/chapter08/meson.xml
+++ b/chapter08/meson.xml
@@ -46,7 +46,7 @@
-->
<para>Compile Meson with the following command:</para>
-<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
+<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
<para>The test suite requires some packages outside the scope of LFS.</para>