mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 11:11:28 +00:00
Adding special amigaos to host_os check. This makes ScummVM use scummvm.ini instead of .scummvmrc on AmigaOS again.
svn-id: r29333
This commit is contained in:
parent
2a1c68b8a6
commit
bdacda3d70
3
configure
vendored
3
configure
vendored
@ -831,6 +831,9 @@ case $_host_os in
|
||||
mint*)
|
||||
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
;;
|
||||
amigaos*)
|
||||
# TODO: anything to be added here?
|
||||
;;
|
||||
# given this is a shell script assume some type of unix
|
||||
*)
|
||||
echo "WARNING: could not establish system type, assuming unix like"
|
||||
|
Loading…
x
Reference in New Issue
Block a user