summarylogtreecommitdiffstats
path: root/configure.patch
blob: bf6313329585047e5653f8dd0ff37fb6b2500726 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.py	2016-10-31 13:15:28.000000000 -0700
+++ configure.py.new	2016-12-01 01:06:14.775820885 -0700
@@ -10,6 +10,8 @@
 import subprocess
 import sys
 
+reload(sys)  
+sys.setdefaultencoding('utf8')
 
 base_dir = os.path.abspath(os.path.dirname(__file__))
 sys.path.insert(0, os.path.join(base_dir, 'python', 'mozbuild'))