1ed7b0f318
Fix build with Python 3.5.
10 lines
234 B
Diff
10 lines
234 B
Diff
--- a/waflib/Build.py.orig
|
|
+++ b/waflib/Build.py
|
|
@@ -151,6 +151,7 @@ class BuildContext(Context.Context):
|
|
f.close()
|
|
self.init_dirs()
|
|
def store(self):
|
|
+ return
|
|
data={}
|
|
for x in SAVED_ATTRS:
|
|
data[x]=getattr(self,x)
|