]> Cypherpunks repositories - gostls13.git/commit
misc/xcode: use `xcode-select` to determine path
authorEmil Hessman <c.emil.hessman@gmail.com>
Tue, 20 Aug 2013 10:48:29 +0000 (20:48 +1000)
committerRob Pike <r@golang.org>
Tue, 20 Aug 2013 10:48:29 +0000 (20:48 +1000)
commit47ecd52377f66d665060b2d05a447f2b970cda95
treeb640a8022f1f4783824845d712453606e489b5fb
parented738ad354dcd6722d1d7fffcc4a27fd10148e78
misc/xcode: use `xcode-select` to determine path

If xcode-select is available, use it to determine the path to the
DVTFoundation.xcplugindata file.

Fixes #5997.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12741047
misc/xcode/4/go4xcode.sh