[Scummvm-git-logs] scummvm master -> 9e66fa2899cb39684df8c7cd82ca992f6140c2e2

orgads orgads at gmail.com
Sun Aug 1 08:55:22 UTC 2021


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:
9e66fa2899 CONFIGURE: Partially revert recent mingw change


Commit: 9e66fa2899cb39684df8c7cd82ca992f6140c2e2
    https://github.com/scummvm/scummvm/commit/9e66fa2899cb39684df8c7cd82ca992f6140c2e2
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-08-01T11:55:19+03:00

Commit Message:
CONFIGURE: Partially revert recent mingw change

See the commit message of a6ded8907570bb4b14101d67f076968f0775f460 for the
gory details. Until we come up with a proper fix, revert that part to make
it compile again.

Changed paths:
    configure


diff --git a/configure b/configure
index 9268cbcf99..8a3ff9055a 100755
--- a/configure
+++ b/configure
@@ -3414,7 +3414,7 @@ if test -n "$_host"; then
 			_zlib=yes
 			;;
 		*mingw32*)
-			_sdlconfig=$_host-sdl2-config
+			_sdlconfig=$_host-sdl-config
 			_libcurlconfig=$_host-curl-config
 			_pkgconfig=$_host-pkg-config
 			_windres=$_host-windres




More information about the Scummvm-git-logs mailing list