Browse thread
Ocamlbuild question
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] Ocamlbuild question |
Correction: Matthieu Dubuget a écrit : > Thanks to Nicolas: the solution was: > - tag .oocamlfind files with "dont_link_with" In fact, tagging .oocamlfind files is not needed. The key point is to add "dont_link_with" when calling dep: > - and add "dont_link_with" in left part of dep: > >> dep ["pkg_"^nm;"dont_link_with"][nm ^ ".oocamlfind"] > > Matt