summaryrefslogtreecommitdiffstats
path: root/build/protoc.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/protoc.gypi')
-rw-r--r--build/protoc.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/protoc.gypi b/build/protoc.gypi
index d5df91f..555c5be 100644
--- a/build/protoc.gypi
+++ b/build/protoc.gypi
@@ -81,6 +81,11 @@
'<(SHARED_INTERMEDIATE_DIR)/protoc_out',
]
},
+ 'export_dependent_settings': [
+ # The generated headers reference headers within protobuf_lite,
+ # so dependencies must be able to find those headers too.
+ '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
+ ],
# This target exports a hard dependency because it generates header
# files.
'hard_dependency': 1,