forked from OSchip/llvm-project
Do use the actual ocaml stdlib (not the install dir) to find the
caml/*.h headers. llvm-svn: 42599
This commit is contained in:
parent
8f1946fa22
commit
14d7680b00
|
@ -14,9 +14,8 @@
|
|||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
# CFLAGS needs to be set before Makefile.rules is included. Yes, ocaml puts its
|
||||
# includes under its libdir.
|
||||
CFLAGS += -I$(OCAML_LIBDIR)
|
||||
# CFLAGS needs to be set before Makefile.rules is included.
|
||||
CFLAGS += -I$(shell $(OCAMLC) -where)
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
Loading…
Reference in New Issue