mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
961d80407b
%ci:no-build
12 lines
303 B
Diff
12 lines
303 B
Diff
--- a/waflib/ConfigSet.py
|
|
+++ b/waflib/ConfigSet.py
|
|
@@ -146,7 +146,7 @@
|
|
Utils.writef(filename,''.join(buf))
|
|
def load(self,filename):
|
|
tbl=self.table
|
|
- code=Utils.readf(filename,m='rU')
|
|
+ code=Utils.readf(filename,m='r')
|
|
for m in re_imp.finditer(code):
|
|
g=m.group
|
|
tbl[g(2)]=eval(g(3))
|