1config.suffixes = ['.ml'] 2 3if not 'ocaml' in config.root.llvm_bindings: 4 config.unsupported = True 5 6if not config.root.have_ocaml_ounit: 7 config.unsupported = True 8
1config.suffixes = ['.ml'] 2 3if not 'ocaml' in config.root.llvm_bindings: 4 config.unsupported = True 5 6if not config.root.have_ocaml_ounit: 7 config.unsupported = True 8