mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Do use the actual ocaml stdlib (not the install dir) to find the
caml/*.h headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42599 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a30b0ee959
commit
3b802476d2
@ -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
Block a user