mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
BUILD: Fix comment for how we get the path to the Xcode Tools
This commit is contained in:
parent
8f0f9daeb7
commit
fd470e3584
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user