Add a flag to build utop-camlp4 conditionally.
This commit is contained in:
parent
8e061eced3
commit
7c8a68eea6
6
_oasis
6
_oasis
|
@ -27,6 +27,10 @@ Description:
|
|||
# | The toplevel |
|
||||
# +-------------------------------------------------------------------+
|
||||
|
||||
Flag camlp4
|
||||
Description: camlp4 support
|
||||
Default: true
|
||||
|
||||
Library "optcomp"
|
||||
Install: false
|
||||
Path: syntax
|
||||
|
@ -51,6 +55,8 @@ Library utop
|
|||
XMETARequires: findlib, lambda-term
|
||||
|
||||
Library "utop-camlp4"
|
||||
Build$: flag(camlp4)
|
||||
Install$: flag(camlp4)
|
||||
FindlibName: camlp4
|
||||
FindlibParent: utop
|
||||
Path: src/camlp4
|
||||
|
|
Loading…
Reference in New Issue