summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-16 00:34:36 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-16 00:34:36 +0100
commitbdadcf56944eb6dff1780c0e934c13cff6384813 (patch)
tree672bdbbba6827ccc8bb9b893c21d701fc4d85b06
parent07ccda53e2a8c220f4c7e07b451739792cec1563 (diff)
Missing ccache setup in OS X.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 2ad4a84..c3d2c59 100755
--- a/cdist
+++ b/cdist
@@ -701,6 +701,7 @@ class OSXUniversalTarget(OSXTarget):
for b in [32, 64]:
target = OSXSingleTarget(b, os.path.join(self.directory, '%d' % b))
+ target.ccache = self.ccache
tree = globals.trees.get(project, checkout, target)
tree.build_dependencies(options)
tree.build(options)