Don't hardcode path to codesign_allocate.
authorKuba Brecka <kuba.brecka@gmail.com>
Mon, 16 Jun 2014 22:55:16 +0000 (22:55 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Mon, 16 Jun 2014 22:55:16 +0000 (22:55 +0000)
commit58bd5cfecd6e103a7d750a6388f8b6a39b7be393
treecd5269b1900619f9bcfc932362a27ad34b14cd7d
parent38f9cc425a7ef72ab5a2e9c50099bca8d174950b
Don't hardcode path to codesign_allocate.

Building OS X debugserver assumes you have an Xcode installation at /Application/Xcode.app. Let's instead detect where Xcode is using xcrun.

See http://reviews.llvm.org/D4152

llvm-svn: 211074
lldb/tools/debugserver/source/MacOSX/CMakeLists.txt