From cefec9f38eaf22fe130771c1fce0b5089cdaa5ee Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 28 Jun 2022 11:59:32 +0300 Subject: [PATCH] llvm-14.0.6 --- programming/build/llvm/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index f71f12ac15..916c25d080 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -71,7 +71,6 @@ def setup(): pisitools.cxxflags.add("-m32") shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig") options = " -DCMAKE_INSTALL_PREFIX=/emul32 \ - -DCMAKE_INSTALL_LIBEXECDIR=/emul32/libexec \ -DLLVM_TARGET_ARCH:STRING=i686 \ -DLLVM_DEFAULT_TARGET_TRIPLE='i686-pc-linux-gnu'"