| Index: third_party/libsdl/mac/sdl_mac.gypi
|
| diff --git a/third_party/libsdl/mac/sdl_mac.gypi b/third_party/libsdl/mac/sdl_mac.gypi
|
| index 19970cc2ffd82c5cc7188e2750c1b8875efd72bd..4853dfd8876669decd0f2099ccbe8871b6d3c9cc 100644
|
| --- a/third_party/libsdl/mac/sdl_mac.gypi
|
| +++ b/third_party/libsdl/mac/sdl_mac.gypi
|
| @@ -5,17 +5,14 @@
|
| # Mac specific files and settings for SDL
|
|
|
| {
|
| - #TODO what is really necessary here
|
| +
|
| 'link_settings': {
|
| 'libraries': [
|
| - '-lm',
|
| - '-liconv',
|
| - '-lobjc',
|
| - '-lpthread',
|
| '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
| + '/usr/lib/libiconv.dylib',
|
| ],
|
| },
|
| 'sources': [
|
|
|