[Scummvm-cvs-logs] scummvm master -> fd470e3584c11cbacf7a58d1a4f44641587a20ea

criezy criezy at scummvm.org
Sun Mar 6 00:17:23 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fd470e3584 BUILD: Fix comment for how we get the path to the Xcode Tools


Commit: fd470e3584c11cbacf7a58d1a4f44641587a20ea
    https://github.com/scummvm/scummvm/commit/fd470e3584c11cbacf7a58d1a4f44641587a20ea
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-03-05T23:16:55Z

Commit Message:
BUILD: Fix comment for how we get the path to the Xcode Tools

Changed paths:
    configure



diff --git a/configure b/configure
index 7e3edbd..31dbf5a 100755
--- a/configure
+++ b/configure
@@ -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






More information about the Scummvm-git-logs mailing list