diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-16 00:34:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-16 00:34:36 +0100 |
| commit | bdadcf56944eb6dff1780c0e934c13cff6384813 (patch) | |
| tree | 672bdbbba6827ccc8bb9b893c21d701fc4d85b06 | |
| parent | 07ccda53e2a8c220f4c7e07b451739792cec1563 (diff) | |
Missing ccache setup in OS X.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
