Skip to content

Commit

Permalink
AMIGAOS: Get rid of the OS version number
Browse files Browse the repository at this point in the history
"4" is the version of the OS. It will certainly change with future updates.
  • Loading branch information
raziel- committed Aug 8, 2014
1 parent e11fe13 commit 13d0157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -168,7 +168,7 @@ _as="as"
_windres=windres
_stagingpath="staging"
_win32path="c:/scummvm"
_amigaos4path="Games:ScummVM"
_amigaospath="Games:ScummVM"
_staticlibpath=
_sdlconfig=sdl-config
_freetypeconfig=freetype-config
Expand Down Expand Up @@ -4502,7 +4502,7 @@ WINDRES := $_windres
WINDRESFLAGS := $WINDRESFLAGS
STAGINGPATH=$_stagingpath
WIN32PATH=$_win32path
AMIGAOS4PATH=$_amigaos4path
AMIGAOSPATH=$_amigaospath
STATICLIBPATH=$_staticlibpath
BACKEND := $_backend
Expand Down

0 comments on commit 13d0157

Please sign in to comment.