Home | History | Annotate | Download | only in OCaml
      1 config.suffixes = ['.ml']
      2 
      3 if not 'ocaml' in config.root.llvm_bindings:
      4     config.unsupported = True
      5 
      6 if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
      7     config.unsupported = True
      8