From c0159bc216335581524a2ca428760445a92bff6e Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 4 Sep 2017 19:59:32 +0300 Subject: [PATCH] =?UTF-8?q?llvm=20rebuild=20pyt.six=20=C3=A7ak=C4=B1=C5=9F?= =?UTF-8?q?ma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programming/build/llvm/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index 63e7167d7a..36ecd8c4c4 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -82,14 +82,14 @@ def install(): shelltools.cd("build") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.remove("/usr/lib/python2.7/site-packages/six.py") - + if get.buildTYPE() == "emul32": pisitools.domove("/emul32/lib32/", "/usr/") pisitools.insinto("/usr/include/llvm/Config/","%s/emul32/include/llvm/Config/llvm-config.h" % get.installDIR(),"llvm-config-32.h") pisitools.insinto("/usr/bin/","%s/emul32/bin/llvm-config" % get.installDIR(),"llvm-config-32") pisitools.removeDir("/emul32") + pisitools.remove("/usr/lib/python2.7/site-packages/six.py") shelltools.cd ("..")