src/Pure/System/cygwin.scala
changeset 41333 2a12d91a6ab7
parent 39703 545cc67324d8
child 43520 cec9b95fa35d
--- a/src/Pure/System/cygwin.scala	Mon Dec 20 23:30:32 2010 +0100
+++ b/src/Pure/System/cygwin.scala	Mon Dec 20 23:36:58 2010 +0100
@@ -118,7 +118,7 @@
 
     val (_, rc) = Standard_System.raw_exec(root, null, true,
         setup_exe.toString, "-R", root.toString, "-l", download.toString,
-          "-P", "make,perl,python", "-q", "-n")
+          "-P", "libgmp3,make,perl,python", "-q", "-n")
     if (rc != 0) error("Cygwin setup failed!")
 
     sanity_check(root)