Adding src/core/ext/upb-generated in our include path.

This enables us to build both from Bazel and make.
pull/19840/head
Nicolas "Pixel" Noble 6 years ago
parent d7167c4a7d
commit d5191a5f8b
  1. 2
      Makefile
  2. 2
      templates/Makefile.template

@ -370,7 +370,7 @@ CPPFLAGS += -fPIC
LDFLAGS += -fPIC
endif
INCLUDES = . include $(GENDIR) third_party/upb third_party/upb/generated_for_cmake
INCLUDES = . include $(GENDIR) third_party/upb third_party/upb/generated_for_cmake src/core/ext/upb-generated
LDFLAGS += -Llibs/$(CONFIG)
ifeq ($(SYSTEM),Darwin)

@ -240,7 +240,7 @@
LDFLAGS += -fPIC
endif
INCLUDES = . include $(GENDIR) third_party/upb third_party/upb/generated_for_cmake
INCLUDES = . include $(GENDIR) third_party/upb third_party/upb/generated_for_cmake src/core/ext/upb-generated
LDFLAGS += -Llibs/$(CONFIG)
ifeq ($(SYSTEM),Darwin)

Loading…
Cancel
Save