ocaml-community / ocamlscript

Write an OCaml script, run an optimized executable
Boost Software License 1.0
74 stars 7 forks source link

Fixes the path to campl4 #3

Closed vbgl closed 9 years ago

vbgl commented 9 years ago

From version 4.02 of OCaml, camlp4 is not distributed as part of the OCaml release. Therefore the camlp4 libraries may be installed in a directory different from +camlp4.

This patch uses ocamlfind to discover where camlp4 is actually installed.

mjambon commented 9 years ago

Great. Thank you!