author | wenzelm |
Mon, 20 Dec 2010 23:36:58 +0100 | |
changeset 41333 | 2a12d91a6ab7 |
parent 41332 | 425da53b3196 |
child 41334 | 3cb52cbf0eed |
--- 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)