[Scummvm-git-logs] scummvm master -> 6547ecf6737be15006620fb97c34b720f9e384b4
sev-
noreply at scummvm.org
Tue Nov 23 22:22:54 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:
6547ecf673 BUILD: Support SerenityOS in configure script
Commit: 6547ecf6737be15006620fb97c34b720f9e384b4
https://github.com/scummvm/scummvm/commit/6547ecf6737be15006620fb97c34b720f9e384b4
Author: Jelle Raaijmakers (jelle at gmta.nl)
Date: 2021-11-23T23:22:52+01:00
Commit Message:
BUILD: Support SerenityOS in configure script
Changed paths:
configure
diff --git a/configure b/configure
index 5481447afb..4ea2014d9f 100755
--- a/configure
+++ b/configure
@@ -3992,7 +3992,7 @@ case $_host_os in
amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | morphos | n64 | ps3 | psp2 | psp | riscos | wii)
_posix=no
;;
- 3ds | android | androidsdl | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | solaris* | sunos* | switch | uclinux*)
+ 3ds | android | androidsdl | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | serenity* | solaris* | sunos* | switch | uclinux*)
_posix=yes
;;
os2-emx*)
More information about the Scummvm-git-logs
mailing list