just activate the libjpeg compilation on Linux
authorymh <ymh.work@gmail.com>
Mon, 11 Feb 2013 14:46:14 +0100
changeset 34 92f25438071d
parent 33 71028c5eb7eb
child 35 365c73a0e8c1
just activate the libjpeg compilation on Linux
virtualenv/web/res/res_create_env.py
--- a/virtualenv/web/res/res_create_env.py	Mon Feb 11 14:33:25 2013 +0100
+++ b/virtualenv/web/res/res_create_env.py	Mon Feb 11 14:46:14 2013 +0100
@@ -27,7 +27,7 @@
     'DJANGO-TASTYPIE',
 ]
 
-if system_str != "Windows" and 'PIL' in INSTALLS:
+if system_str == "Linux" and 'PIL' in INSTALLS:
     i = INSTALLS.index('PIL')
     INSTALLS.insert(i, 'ZLIB')
     INSTALLS.insert(i, 'LIBJPEG')