aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/executionengine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/executionengine/Makefile')
-rw-r--r--bindings/ocaml/executionengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile
index 445e0ea..40fb98e 100644
--- a/bindings/ocaml/executionengine/Makefile
+++ b/bindings/ocaml/executionengine/Makefile
@@ -15,6 +15,6 @@ LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
DONT_BUILD_RELINKED := 1
UsedComponents := executionengine jit interpreter native
-UsedOcamlInterfaces := llvm
+UsedOcamlInterfaces := llvm llvm_target
include ../Makefile.ocaml