mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
7 lines
152 B
OCaml
7 lines
152 B
OCaml
|
open Ocamlbuild_plugin;;
|
||
|
|
||
|
ocaml_lib ~extern:true "llvm";;
|
||
|
ocaml_lib ~extern:true "llvm_analysis";;
|
||
|
|
||
|
flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
|