Skip to content

Commit

Permalink
Let user choose their own C++ stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnr committed Sep 30, 2013
1 parent d423ca8 commit 396a9de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gosu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
ss.frameworks = 'OpenGL', 'OpenAL', 'IOKit', 'Carbon', 'Cocoa', 'AudioToolbox', 'ApplicationServices'
ss.library = 'iconv'
# To find libpng headers, TODO use compiler flags for that, does not need to leak into client project
ss.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/X11/include', 'CLANG_CXX_LIBRARY' => 'libstdc++' }
ss.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/X11/include' }

ss.public_header_files = 'Gosu/*.hpp'
ss.source_files = ['Gosu/*.hpp', 'GosuImpl/**/*.hpp'] +
Expand Down Expand Up @@ -94,7 +94,6 @@ Pod::Spec.new do |s|

ss.frameworks = 'CoreGraphics', 'OpenGLES', 'OpenAL', 'AudioToolbox', 'AVFoundation', 'QuartzCore'
ss.library = 'iconv'
ss.xcconfig = { 'CLANG_CXX_LIBRARY' => 'libstdc++' }

ss.public_header_files = 'Gosu/*.hpp'
ss.source_files = ['Gosu/*.hpp', 'GosuImpl/**/*.hpp'] +
Expand Down

0 comments on commit 396a9de

Please sign in to comment.