From 0c0d8cd671a10effb6a4ada06b9dcf9c222b4b98 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 24 Feb 2021 21:29:49 +0300 Subject: [PATCH] libclc rebuild --- x11/library/libclc/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/library/libclc/actions.py b/x11/library/libclc/actions.py index c687624388..d3d1ed8952 100755 --- a/x11/library/libclc/actions.py +++ b/x11/library/libclc/actions.py @@ -15,8 +15,8 @@ libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" def setup(): pisitools.dosed("CMakeLists.txt", "{CMAKE_INSTALL_DATADIR}", "{CMAKE_INSTALL_LIBDIR}") - shelltools.export("CC", "clang") - shelltools.export("CXX", "clang++") + #shelltools.export("CC", "clang") + #shelltools.export("CXX", "clang++") if get.buildTYPE() == "emul32": pisitools.cflags.add("-m32 ")