[Scummvm-git-logs] scummvm master -> eac9be3825be9867691d509b4fb46bf1c48e4bff
bluegr
noreply at scummvm.org
Mon Apr 18 04:52:07 UTC 2022
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:
eac9be3825 MORPHOS: add morphos to use gnu++ (std_variant)
Commit: eac9be3825be9867691d509b4fb46bf1c48e4bff
https://github.com/scummvm/scummvm/commit/eac9be3825be9867691d509b4fb46bf1c48e4bff
Author: BeWorld (36823759+BeWorld2018 at users.noreply.github.com)
Date: 2022-04-18T07:52:03+03:00
Commit Message:
MORPHOS: add morphos to use gnu++ (std_variant)
Changed paths:
configure
diff --git a/configure b/configure
index 803465419eb..79124d6d348 100755
--- a/configure
+++ b/configure
@@ -2145,7 +2145,7 @@ if test "$have_gcc" = yes ; then
std_variant=gnu++
pedantic=no
;;
- amigaos* | dreamcast | ds | mingw* | mint* | n64 | ps3 | psp2)
+ amigaos* | dreamcast | ds | mingw* | mint* | morphos | n64 | ps3 | psp2)
std_variant=gnu++
;;
*)
More information about the Scummvm-git-logs
mailing list