Merge pull request #19840 from nicolasnoble/fix-include-path-for-upb

Adding src/core/ext/upb-generated in our include path.
pull/19748/head
Juanli Shen 5 years ago committed by GitHub
commit 185ab84528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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