forked from OSchip/llvm-project
8 lines
173 B
INI
8 lines
173 B
INI
|
config.suffixes = ['.ml']
|
||
|
|
||
|
if not 'ocaml' in config.root.llvm_bindings:
|
||
|
config.unsupported = True
|
||
|
|
||
|
if config.root.have_ocaml_ounit != '1':
|
||
|
config.unsupported = True
|