Skip to content

Commit

Permalink
Merge pull request CocoaPods#854 from SlaunchaMan/master
Browse files Browse the repository at this point in the history
GData: add quotes around libxml header search path declaration.
  • Loading branch information
orta committed Dec 11, 2012
2 parents d3a1e45 + 1cbbcf8 commit 77e66ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GData/1.9.1/GData.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Source/XMLSupport/*.{h,m}', 'Source/*.{h,m}'
gdc.compiler_flags = '-Wno-format-extra-args', '-Wno-format-invalid-specifier', '-Wno-incompatible-pointer-types'
gdc.libraries = 'xml2'
gdc.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
gdc.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(SDKROOT)/usr/include/libxml2"' }
end

s.subspec 'YouTube' do |gdyt|
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.subspec 'XMLNode' do |gdxml|
gdxml.source_files = 'Source/XMLSupport/*.{h,m}'
gdxml.libraries = 'xml2'
gdxml.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
gdxml.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(SDKROOT)/usr/include/libxml2"' }
end

end

0 comments on commit 77e66ae

Please sign in to comment.