no patchelf on macOS (undetected due to cached executables?);
authorwenzelm
Mon, 04 Oct 2021 23:47:15 +0200
changeset 74457 4e317412db48
parent 74456 a01806afe131
child 74458 91ede652d828
no patchelf on macOS (undetected due to cached executables?);
src/Pure/Admin/build_zipperposition.scala
--- a/src/Pure/Admin/build_zipperposition.scala	Mon Oct 04 23:26:56 2021 +0200
+++ b/src/Pure/Admin/build_zipperposition.scala	Mon Oct 04 23:47:15 2021 +0200
@@ -22,7 +22,7 @@
   {
     Isabelle_System.with_tmp_dir("build")(build_dir =>
     {
-      if (!Platform.is_windows) Isabelle_System.require_command("patchelf")
+      if (Platform.is_linux) Isabelle_System.require_command("patchelf")
 
 
       /* component */