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'"