Removal of -custom option for compilation
-custom option trigger bugs with opam
This commit is contained in:
parent
2777753b7e
commit
2c1717e99f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<preproc.ml>: camlp4of, package(camlp4)
|
||||
true: use_menhir
|
||||
|
||||
<**/*.{byte,native}>: package(unix), package(str), debug, custom
|
||||
<**/*.{byte,native}>: package(unix), package(str)
|
||||
<**/heptc.{byte,native}>: package(menhirLib), package(ocamlgraph)
|
||||
<main/hepts.{ml,byte,native}>: package(lablgtk2), thread
|
||||
"heptagon/parsing/hept_parser.mli": package(menhirLib)
|
||||
|
|
Loading…
Reference in a new issue