mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
[OCaml] Don't build stub libraries twice.
The default Makefile.rules BUILD_ARCHIVE machinery was unintentionally enabled. llvm-svn: 221138
This commit is contained in:
parent
7ce2bb9583
commit
ee1171d3fa
@ -19,6 +19,9 @@
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
# We have our own rules for building static libraries.
|
||||
NO_BUILD_ARCHIVE = 1
|
||||
|
||||
# CFLAGS needs to be set before Makefile.rules is included.
|
||||
CXX.Flags += -I"$(shell $(OCAMLFIND) c -where)"
|
||||
C.Flags += -I"$(shell $(OCAMLFIND) c -where)"
|
||||
|
Loading…
Reference in New Issue
Block a user