virtualenv/web/res/res_create_env.py
changeset 34 92f25438071d
parent 31 29caac899e1f
child 56 2a0fc38c2f09
--- 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')