[Scummvm-git-logs] scummvm master -> 75a5c2f90b9824d4683ed42ffc04a530e6133213

rsn8887 rsn8887 at users.noreply.github.com
Thu Jun 6 23:59:53 CEST 2019


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:
75a5c2f90b CONFIGURE: Add PSP to platforms where debug is off by default


Commit: 75a5c2f90b9824d4683ed42ffc04a530e6133213
    https://github.com/scummvm/scummvm/commit/75a5c2f90b9824d4683ed42ffc04a530e6133213
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2019-06-06T16:59:31-05:00

Commit Message:
CONFIGURE: Add PSP to platforms where debug is off by default

Changed paths:
    configure


diff --git a/configure b/configure
index 5d3f29a..68e977d 100755
--- a/configure
+++ b/configure
@@ -1748,7 +1748,7 @@ else
 fi
 
 case $_host in
-caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp2 | switch)
+caanoo | gp2x | gp2xwiz | openpandora | ps2 | psp | psp2 | switch)
 	if test "$_debug_build" = auto; then
 		# If you want to debug one of these platforms, use '--disable-optimizations --enable-debug'
 		_debug_build=no





More information about the Scummvm-git-logs mailing list