src/Pure/System/isabelle_system.scala
changeset 61295 efe76f7f9162
parent 61293 876e7eae22be
child 61556 0d4ee4168e41
equal deleted inserted replaced
61294:2d3d26e9b191 61295:efe76f7f9162
    66 
    66 
    67       val cygwin_root1 =
    67       val cygwin_root1 =
    68         if (Platform.is_windows)
    68         if (Platform.is_windows)
    69           bootstrap_directory(cygwin_root, "CYGWIN_ROOT", "cygwin.root", "Cygwin root")
    69           bootstrap_directory(cygwin_root, "CYGWIN_ROOT", "cygwin.root", "Cygwin root")
    70         else ""
    70         else ""
       
    71 
       
    72       if (Platform.is_windows) Cygwin.init(isabelle_root1, cygwin_root1)
    71 
    73 
    72       def set_cygwin_root()
    74       def set_cygwin_root()
    73       {
    75       {
    74         if (Platform.is_windows)
    76         if (Platform.is_windows)
    75           _settings = Some(_settings.getOrElse(Map.empty) + ("CYGWIN_ROOT" -> cygwin_root1))
    77           _settings = Some(_settings.getOrElse(Map.empty) + ("CYGWIN_ROOT" -> cygwin_root1))