Fix 'dune build ParserMain.exe'.
This commit is contained in:
parent
d6398d7e8b
commit
29c96fb021
@ -31,5 +31,6 @@
|
||||
(libraries
|
||||
parser_cameligo)
|
||||
(modules
|
||||
ParserAPI
|
||||
ParserMain)
|
||||
(flags (:standard -open Simple_utils -open Parser_shared -open Parser_cameligo)))
|
||||
|
@ -30,7 +30,9 @@
|
||||
(executable
|
||||
(name ParserMain)
|
||||
(libraries
|
||||
parser_reasonligo)
|
||||
parser_reasonligo
|
||||
parser_cameligo)
|
||||
(modules
|
||||
ParserAPI
|
||||
ParserMain)
|
||||
(flags (:standard -open Simple_utils -open Parser_shared -open Parser_reasonligo)))
|
||||
(flags (:standard -open Simple_utils -open Parser_cameligo -open Parser_shared -open Parser_reasonligo)))
|
||||
|
Loading…
Reference in New Issue
Block a user