Merge pull request #10024 from Niranjan-B/add-header-search-paths

Add header search paths to protobuf-c++ spec
pull/10039/head
deannagarcia 3 years ago committed by GitHub
commit 6641a420ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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