isabelle-2016.1-libsha1.patch 535 B

123456789101112
  1. --- Isabelle2016-1-orig/src/Pure/General/sha1.ML 2016-12-13 01:03:45.000000000 +1100
  2. +++ Isabelle2016-1/src/Pure/General/sha1.ML 2016-12-28 20:50:36.814706587 +1100
  3. @@ -146,7 +146,7 @@
  4. (* C library and memory *)
  5. val library_path =
  6. - Path.explode ("$ML_HOME/" ^ (if ML_System.platform_is_windows then "sha1.dll" else "libsha1.so"));
  7. + Path.explode ("$SHA1_HOME/" ^ (if ML_System.platform_is_windows then "sha1.dll" else "libsha1.so"));
  8. fun with_memory n =
  9. Thread_Attributes.uninterruptible (fn restore_attributes => fn f =>