diff options
-rwxr-xr-x | script/autobuild.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py index ec9998950f..957745e193 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -13,6 +13,8 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g cleanup_list = [] +os.putenv('CC', "ccache gcc") + tasks = { "source3" : [ "./autogen.sh", "./configure.developer ${PREFIX}", |