Add header search paths to protobuf-c++ spec

pull/10273/head
Niranjan Bhaskar 3 years ago committed by Adam Cozzette
parent 511c61263f
commit 2404ea48a0
  1. 1
      Protobuf-C++.podspec

@ -35,6 +35,7 @@ Pod::Spec.new do |s|
# Do not let src/google/protobuf/stubs/time.h override system API
'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO',
'HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)/src"'
}
end

Loading…
Cancel
Save