diff options
-rw-r--r-- | bindings/ocaml/Makefile.ocaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 0093eb2..15edb01 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -20,7 +20,7 @@ include $(LEVEL)/Makefile.config # CFLAGS needs to be set before Makefile.rules is included. -CFLAGS += -I$(shell $(OCAMLC) -where) +CFLAGS += -I"$(shell $(OCAMLC) -where)" include $(LEVEL)/Makefile.common |