summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7dfc935..067e757 100644
--- a/SConstruct
+++ b/SConstruct
@@ -214,7 +214,7 @@ try:
if os.path.isfile(dest) or os.path.islink(dest):
os.unlink(dest)
if not os.path.isdir(dest):
- open(dest, 'w').write(zf.read(name))
+ open(dest, 'wb').write(zf.read(name))
except:
if unzip and zip: