[Scummvm-git-logs] scummvm master -> 93568a05fa1abab7084d4443c98c970487ee07db

antoniou79 a.antoniou79 at gmail.com
Tue Jul 7 05:39:13 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:
93568a05fa CONFIGURE:Fix path for Android builds (build.gradle)


Commit: 93568a05fa1abab7084d4443c98c970487ee07db
    https://github.com/scummvm/scummvm/commit/93568a05fa1abab7084d4443c98c970487ee07db
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-07-07T08:37:03+03:00

Commit Message:
CONFIGURE:Fix path for Android builds (build.gradle)

For when not building directly from the scummvm source directory

Changed paths:
    configure


diff --git a/configure b/configure
index 91e1b4b625..1816794d7f 100755
--- a/configure
+++ b/configure
@@ -1988,7 +1988,7 @@ if test "$_host_os" = android; then
 	
 	# Check that we have the correct NDK version
 	echo_n "Checking NDK version... "
-	_ndk_gradle=$(grep "^[[:space:]]*ndkVersion" dists/android/build.gradle | sed 's/[^0-9\.]//g')
+	_ndk_gradle=$(grep "^[[:space:]]*ndkVersion" $_srcdir/dists/android/build.gradle | sed 's/[^0-9\.]//g')
 	_ndk_version=$(grep "Pkg.Revision" $ANDROID_NDK_ROOT/source.properties | sed 's/[^0-9\.]//g' | sed 's/.//')
 	if test "$_ndk_version" = "$_ndk_gradle"; then
 		echo "$_ndk_version"




More information about the Scummvm-git-logs mailing list