[OCaml] Rework Llvm_executionengine using ctypes.
[oota-llvm.git] / bindings / ocaml / llvm / META.llvm.in
index c8eedb8f19f1f85a786cd367a07f3d036367791e..6f224c51478cf8c728f0ea2ede15a70399826b3e 100644 (file)
@@ -31,7 +31,7 @@ package "bitwriter" (
 )
 
 package "executionengine" (
-    requires = "llvm,llvm.target"
+    requires = "llvm,llvm.target,ctypes.foreign"
     version = "@PACKAGE_VERSION@"
     description = "JIT and Interpreter for LLVM"
     archive(byte) = "llvm_executionengine.cma"