Add header search paths to protobuf-c++ spec

pull/10024/head
Niranjan Bhaskar 3 years ago
parent bbcc459aa0
commit a5a71fbbdf
  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 # Do not let src/google/protobuf/stubs/time.h override system API
'USE_HEADERMAP' => 'NO', 'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO', 'ALWAYS_SEARCH_USER_PATHS' => 'NO',
'HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)/src"'
} }
end end

Loading…
Cancel
Save