mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fixed 're_str.cmxa'-related build failure
This commit is contained in:
parent
4adc18a5d2
commit
997e91e5e3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ OCAMLC = ocamlc
|
|||
OCAMLOPT = ocamlopt
|
||||
OCAMLDEP = ocamldep
|
||||
SOURCES = Language.ml SM.ml Driver.ml
|
||||
LIBS = GT.cma unix.cma re.cma re_emacs.cma re_str.cma
|
||||
LIBS = GT.cma unix.cma re.cma emacs/re_emacs.cma str/re_str.cma
|
||||
CAMLP5 = -pp "camlp5o -I `ocamlfind -query GT.syntax` -I `ocamlfind -query ostap.syntax` pa_ostap.cmo pa_gt.cmo -L `ocamlfind -query GT.syntax`"
|
||||
PXFLAGS = $(CAMLP5)
|
||||
BFLAGS = -rectypes -I `ocamlfind -query GT` -I `ocamlfind -query re` -I `ocamlfind -query ostap`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue