Skip to content

Commit

Permalink
fix: fix linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Oct 3, 2019
1 parent 19343ed commit 247b1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
// http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/XcodeBuildSystem/400-Build_Configurations/build_configs.html
//

OTHER_LDFLAGS = $(inherited) -framework Accelerate -framework AVFoundation -framework CoreBluetooth -framework CoreData -framework CoreGraphics -framework CoreTelephony -framework CoreLocation -framework CoreText -framework GLKit -framework ImageIO -lobjc -lc++ -lz -licucore -framework OpenGLES -framework QuartzCore -framework Security -framework SystemConfiguration -framework GoogleMaps -framework GoogleMapsBase -framework GoogleMapsCore -framework GooglePlaces -framework GooglePlacePicker
OTHER_LDFLAGS = $(inherited) -framework Accelerate -framework AVFoundation -framework CoreBluetooth -framework CoreData -framework CoreGraphics -framework CoreTelephony -framework CoreLocation -framework CoreText -framework GLKit -framework ImageIO -lobjc -lc++ -lz -licucore -framework OpenGLES -framework QuartzCore -framework Security -framework SystemConfiguration -framework GoogleMaps -framework GoogleMapsBase -framework GoogleMapsCore -framework GooglePlaces

WARNING_CFLAGS = -Wno-arc-performSelector-leaks

0 comments on commit 247b1a1

Please sign in to comment.