ccache ver. bump
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
if shelltools.isDirectory("zlib"):
|
||||
@@ -26,6 +27,6 @@ def install():
|
||||
# Create symlinks
|
||||
for cc in ("gcc", "g++", "cc", "c++"): # , "clang" , "clang++"
|
||||
pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s" % cc)
|
||||
#pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc))
|
||||
pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc))
|
||||
|
||||
#pisitools.dodoc("LICENSE.txt", "README.txt")
|
||||
|
||||
Reference in New Issue
Block a user