BuildSystem: fix Xcode when building w/ clang targeting 10.6
authorkonablend <kona8lend@gmail.com>
Tue, 1 Oct 2013 01:38:19 +0000 (01:38 +0000)
committerkonablend <kona8lend@gmail.com>
Tue, 1 Oct 2013 01:38:19 +0000 (01:38 +0000)
commite65a09acd28ebe7e105d527c283100e1dbd2bf79
tree8d52f7bd483a5d1d7529c8edb2676feec94f87e4
parent3e407aca4aad62fe7d7dea63065c0019ec9abe93
BuildSystem: fix Xcode when building w/ clang targeting 10.6

When using clang (the new project default compiler), disable
implicit objc-runtime linking for 10.6 only.

Before fix, the following error is produced:

Undefined symbols for architecture x86_64:
  "_objc_retain", referenced from:
      ___ARCLite__load in libarclite_macosx.a(arclite.o)
     (maybe you meant: _objc_retainedObject)
ld: symbol(s) not found for architecture x86_64

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5819 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/xcconfig/base/os.osx106.xcconfig