summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Campbell2018-01-23 15:54:01 +0000
committerBrian Campbell2018-01-25 18:59:07 +0000
commit2776bf6b8541d95077ca23abc6239bfbd62977fa (patch)
tree635e0826b5ed884ea5ae19ebc12f6f877dc52cfe /src
parent131af111908e354814536eb49b09481a22267577 (diff)
Fix building bytecode sail
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3539088e..325cbec6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -76,7 +76,7 @@ isail: ast.ml
sail.native: sail
sail.byte:
- ocamlbuild -cflag -g sail.byte
+ ocamlbuild -use-ocamlfind -cflag -g sail.byte
interpreter: lem_interp/interp_ast.lem
ocamlbuild lem_interp/extract.cmxa