author | wenzelm |
Fri, 01 Nov 2019 11:29:40 +0100 | |
changeset 70977 | 397533bf0c3f |
parent 70976 | d86798eddc14 |
child 70978 | a1c137961c12 |
--- a/src/Pure/Admin/build_polyml.scala Thu Oct 31 22:34:16 2019 +0100 +++ b/src/Pure/Admin/build_polyml.scala Fri Nov 01 11:29:40 2019 +0100 @@ -74,6 +74,10 @@ case Some(msys) => Isabelle_System.settings() + ("MSYS" -> msys.expand.implode) } + if (Platform.is_linux && !Isabelle_System.bash("chrpath -v").ok) { + error("""Missing "chrpath" executable on Linux""") + } + /* bash */