summaryrefslogtreecommitdiff
path: root/src/myocamlbuild.ml
diff options
context:
space:
mode:
authorPeter Sewell2014-08-13 12:27:20 +0100
committerPeter Sewell2014-08-13 12:27:20 +0100
commit92c4ffbfe3f1e1759a850fef4aa9ef134877385d (patch)
tree98e7ffe7b22f838b804c597394f1991a1b070dae /src/myocamlbuild.ml
parentab33143b673d595383d40b5b8c5f973508b95f7e (diff)
Kathy, Peter tweak Makefile for interactive demo and src/myocamlbuild.ml to temporarily use other version of Lem
Diffstat (limited to 'src/myocamlbuild.ml')
-rw-r--r--src/myocamlbuild.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/myocamlbuild.ml b/src/myocamlbuild.ml
index 4c5505ee..01171838 100644
--- a/src/myocamlbuild.ml
+++ b/src/myocamlbuild.ml
@@ -16,7 +16,7 @@ let split ch s =
go s
(* paths relative to _build *)
-let lem_dir = "../../../lem" ;;
+let lem_dir = "../../../../bitbucket-lem-for-sail/lem" ;;
let lem_libdir = lem_dir / "ocaml-lib/_build" ;;
let lem_lib = lem_libdir / "extract" ;;
let lem = lem_dir / "lem" ;;