1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-10 02:38:50 +00:00
2013-11-15 03:19:08 +00:00

6 lines
159 B
INI

config.suffixes = ['.ml']
bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
if not 'ocaml' in bindings:
config.unsupported = True