From d49a03582a24b2b2a382ef4f99e615bdb4b67f46 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Thu, 8 Jul 2021 18:02:04 +0200 Subject: [PATCH] Fix a copy-paste error --- chapter08/libelf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index 35c574714..971aa458a 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -117,7 +117,7 @@ rm -rf DESTDIR CC="gcc -mx32" ./configure \ --host=x86_64-pc-linux-gnux32 \ --prefix=/usr \ - --libdir=/usr/lib32 \ + --libdir=/usr/libx32 \ --disable-debuginfod \ --enable-libdebuginfod=dummy