diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-08 21:13:07 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-09 20:23:00 +0800 |
commit | d8c9fff35eb02fc2b24fb8ddfa915a35ebd065d5 (patch) | |
tree | 016cb9866f09de604bba7199655d728c4f761949 | |
parent | 17c3817502f24eec3f25969a895e8331d1e1499e (diff) |
rust: chapter08: move ninja and libffi earlier
For building LLVM.
-rw-r--r-- | chapter08/chapter08.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml index ec32010c6..e1fe27f15 100644 --- a/chapter08/chapter08.xml +++ b/chapter08/chapter08.xml @@ -60,12 +60,12 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wheel.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="meson.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> |