diff options
author | Thierry Crozat | 2016-03-05 23:16:55 +0000 |
---|---|---|
committer | Thierry Crozat | 2016-03-05 23:16:55 +0000 |
commit | fd470e3584c11cbacf7a58d1a4f44641587a20ea (patch) | |
tree | 9bff25c1d8af0f1d2edfccdfdbff349df2fd919a /configure | |
parent | 8f0f9daeb7625b06a0cdbc540340ee51f7ed9b9b (diff) | |
download | scummvm-rg350-fd470e3584c11cbacf7a58d1a4f44641587a20ea.tar.gz scummvm-rg350-fd470e3584c11cbacf7a58d1a4f44641587a20ea.tar.bz2 scummvm-rg350-fd470e3584c11cbacf7a58d1a4f44641587a20ea.zip |
BUILD: Fix comment for how we get the path to the Xcode Tools
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2355,8 +2355,7 @@ case $_host_os in fi fi - # If _xcodetoolspath is not set yet try first /Developers/Tools and then - # /Applications/Xcode.app/Contents/Developer/Tools + # If _xcodetoolspath is not set yet use xcode-select to get the path if test -z "$_xcodetoolspath"; then _xcodetoolspath=`xcode-select -print-path`/Tools if test -d "$_xcodetoolspath"; then |