Skip to content

Commit 2848c23

Browse files
author
Tomohiro Matsuyama
committed
Fix omake failure.
1 parent 655b1ed commit 2848c23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OMakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
LIBRARY = lang_python
22

33
BYTE_ENABLED = true
4+
NATIVE_ENABLED = true
45
USE_OCAMLFIND = true
56

67
FILES[] = utils ast lexer lexer_state parser parse pretty dump
@@ -12,7 +13,7 @@ OCAMLFLAGS += -annot -for-pack $(capitalize $(LIBRARY))
1213

1314
.DEFAULT: $(LIB)
1415

15-
parser.mli: parser.ml
16+
parser.mli: parser.ml ast.cmo
1617
$(OCAMLC) -i $< > $@
1718

1819
parser.ml: parser.mly

0 commit comments

Comments
 (0)