diff options
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/ocaml/executionengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile index 4059b6d805a..8b5d28faa8b 100644 --- a/bindings/ocaml/executionengine/Makefile +++ b/bindings/ocaml/executionengine/Makefile @@ -13,7 +13,7 @@ LEVEL := ../../.. LIBRARYNAME := llvm_executionengine -UsedComponents := executionengine mcjit interpreter native +UsedComponents := executionengine mcjit native UsedOcamlInterfaces := llvm llvm_target FindlibPackages := ctypes |