[Scummvm-git-logs] scummvm master -> e6e591a28e976bb28c2e1e81994a2c74efd84db2

antoniou79 a.antoniou79 at gmail.com
Wed Jul 22 03:12:17 UTC 2020


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:
e6e591a28e CONFIGURE: Update comments for Android port


Commit: e6e591a28e976bb28c2e1e81994a2c74efd84db2
    https://github.com/scummvm/scummvm/commit/e6e591a28e976bb28c2e1e81994a2c74efd84db2
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-07-22T06:11:44+03:00

Commit Message:
CONFIGURE: Update comments for Android port

Changed paths:
    configure


diff --git a/configure b/configure
index 1816794d7f..6ff5f5c0f6 100755
--- a/configure
+++ b/configure
@@ -1875,11 +1875,11 @@ esac
 case $_host_os in
 android)
 	if test -z "$ANDROID_SDK_ROOT"; then
-		echo "Please set ANDROID_SDK_ROOT in your environment. export ANDROID_SDK_ROOT=<path to Android SDK>"
+		echo "Please set ANDROID_SDK_ROOT in your environment: export ANDROID_SDK_ROOT=<path to Android SDK>"
  		exit 1
 	fi
 	if test -z "$ANDROID_NDK_ROOT"; then
-		echo "Please set ANDROID_NDK_ROOT in your environment. export ANDROID_NDK_ROOT=<path to Android NDK>"
+		echo "Please set ANDROID_NDK_ROOT in your environment: export ANDROID_NDK_ROOT=<path to Android NDK>"
  		exit 1
  	fi
 	;;
@@ -2040,7 +2040,7 @@ if test "$_host_os" = android; then
 		esac
 
 		CXX="$_android_toolchain/bin/clang++"
-		# If CXX is defined don't alter CXXFLAGS and LDFLAGS as the user can do it himself
+		# If CXX is defined, don't alter CXXFLAGS and LDFLAGS as it can be done by the user explicitly
 		append_var CXXFLAGS "-target ${_android_target}"
 		append_var LDFLAGS "-target ${_android_target}"
 	fi




More information about the Scummvm-git-logs mailing list