mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-14 01:55:52 +08:00
Merge pull request #28 from satococoa/add-linker-flag-for-arc
Add "-fobjc-arc" for linker flag when deployment target is 4.3
This commit is contained in:
@@ -425,7 +425,9 @@ EOS
|
||||
end
|
||||
|
||||
def ldflags(platform)
|
||||
common_flags(platform)
|
||||
ldflags = common_flags(platform)
|
||||
ldflags << " -fobjc-arc" if deployment_target < '5.0'
|
||||
ldflags
|
||||
end
|
||||
|
||||
def bundle_name
|
||||
|
||||
Reference in New Issue
Block a user