mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
9 lines
132 B
OCaml
9 lines
132 B
OCaml
|
|
||
|
open Ocamlbuild_plugin;;
|
||
|
|
||
|
dispatch (function
|
||
|
| After_rules ->
|
||
|
pdep ["link"] "linkdep" (fun param -> [param])
|
||
|
| _ -> ())
|
||
|
|