Change the .pickle file storage from waf 1.9

This commit is contained in:
Thomas Nagy 2017-08-19 10:21:40 +02:00
parent bfe1512a55
commit d865bffd88
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ WAFVERSION="2.0.0"
WAFREVISION="3cee7b36f04b13bcd255ea314ad7797246c8725b"
"""Git revision when the waf version is updated"""
ABI = 99
ABI = 20
"""Version of the build data cache file format (used in :py:const:`waflib.Context.DBFILE`)"""
DBFILE = '.wafpickle-%s-%d-%d' % (sys.platform, sys.hexversion, ABI)