diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-13 12:56:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-13 12:56:38 +0200 |
| commit | 7c33372aba21e865e2195ab117820ea231934758 (patch) | |
| tree | 795dd27f47f3a9e6c3dfdffbe521a2533a51587d | |
| parent | fd69f466dfaed09dd8189a6ce8b1f5745c54c01c (diff) | |
Try to get some more cache hits with ccache on OS X.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -720,6 +720,7 @@ class OSXSingleTarget(OSXTarget): self.set('PKG_CONFIG_PATH', '%s/lib/pkgconfig:%s/lib/pkgconfig:/usr/lib/pkgconfig' % (self.directory, enviro)) self.set('PATH', '$PATH:/usr/bin:/sbin:/usr/local/bin:%s/bin' % enviro) self.set('MACOSX_DEPLOYMENT_TARGET', config.get('osx_sdk')) + self.set('CCACHE_BASEDIR', self.directory) @Target.ccache.setter def ccache(self, v): |
