script/autobuild.py: don't force usage of ccache and gcc
[sfrench/samba-autobuild/.git] / script / autobuild.py
index ba917cec2fbfced3ad2dbf600c521ccb1a41eb07..545e47ed489358d599d5972763a98af615868afb 100755 (executable)
@@ -14,8 +14,6 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g
 
 cleanup_list = []
 
-os.environ['CC'] = "ccache gcc"
-
 builddirs = {
     "samba3"  : "source3",
     "samba3-waf": "source3",