mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-17 23:15:02 +08:00
pass -fobjc-arc to LDFLAGS if the 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