Removal of -custom option for compilation

-custom option trigger bugs with opam
This commit is contained in:
Gwenaël Delaval 2015-12-11 17:00:29 +01:00
parent 2777753b7e
commit 2c1717e99f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<preproc.ml>: camlp4of, package(camlp4) <preproc.ml>: camlp4of, package(camlp4)
true: use_menhir true: use_menhir
<**/*.{byte,native}>: package(unix), package(str), debug, custom <**/*.{byte,native}>: package(unix), package(str)
<**/heptc.{byte,native}>: package(menhirLib), package(ocamlgraph) <**/heptc.{byte,native}>: package(menhirLib), package(ocamlgraph)
<main/hepts.{ml,byte,native}>: package(lablgtk2), thread <main/hepts.{ml,byte,native}>: package(lablgtk2), thread
"heptagon/parsing/hept_parser.mli": package(menhirLib) "heptagon/parsing/hept_parser.mli": package(menhirLib)