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

sev- sev at scummvm.org
Sun Mar 19 23:52:55 CET 2017


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

Summary:
6b6f2cd5bd ANDROIDSDL: android x86_64 platform fix
c8aee75384 Merge pull request #924 from lubomyr/master


Commit: 6b6f2cd5bd8386de50013e4cfb2646f9f67aff5c
    https://github.com/scummvm/scummvm/commit/6b6f2cd5bd8386de50013e4cfb2646f9f67aff5c
Author: lubomyr (lubomyr31 at gmail.com)
Date: 2017-03-20T00:21:26+02:00

Commit Message:
ANDROIDSDL: android x86_64 platform fix

Changed paths:
    configure


diff --git a/configure b/configure
index d958c0e..57607bb 100755
--- a/configure
+++ b/configure
@@ -2791,7 +2791,7 @@ if test -n "$_host"; then
 			_mt32emu=no
 			_timidity=no
 			;;
-		androidsdl | androidsdl-armeabi | androidsdl-armeabi-v7a | androidsdl-mips | androidsdl-x86 | androidsdl-arm64-v8a)
+		androidsdl | androidsdl-armeabi | androidsdl-armeabi-v7a | androidsdl-mips | androidsdl-x86 | androidsdl-arm64-v8a | androidsdl-x86_64)
 			DEFINES="$DEFINES -DANDROIDSDL"
 			_unix=yes
 			_seq_midi=no


Commit: c8aee753845c3af98744531b2473b1ad1ac60227
    https://github.com/scummvm/scummvm/commit/c8aee753845c3af98744531b2473b1ad1ac60227
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-03-19T22:52:52Z

Commit Message:
Merge pull request #924 from lubomyr/master

ANDROIDSDL: android x86_64 platform fix

Changed paths:
    configure







More information about the Scummvm-git-logs mailing list