diff options
author | Eugene Sandulenko | 2014-08-09 15:36:57 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2014-08-09 15:36:57 +0200 |
commit | bda6debd7e1a4e1ae69e87739a0726d39d940dbb (patch) | |
tree | 758f8097e39a8887d85bda197dae36ded02f83db /configure | |
parent | 6e794a9823440b6859ce65fb1097d710780a493d (diff) | |
parent | cbae401a797ffbb262cf05f0707da41f3483d6ee (diff) | |
download | scummvm-rg350-bda6debd7e1a4e1ae69e87739a0726d39d940dbb.tar.gz scummvm-rg350-bda6debd7e1a4e1ae69e87739a0726d39d940dbb.tar.bz2 scummvm-rg350-bda6debd7e1a4e1ae69e87739a0726d39d940dbb.zip |
Merge pull request #489 from raziel-/patch-1
AMIGAOS: Stack cookie and no more AmigaOS version number
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @@ -4502,7 +4502,7 @@ WINDRES := $_windres WINDRESFLAGS := $WINDRESFLAGS STAGINGPATH=$_stagingpath WIN32PATH=$_win32path -AMIGAOS4PATH=$_amigaos4path +AMIGAOSPATH=$_amigaospath STATICLIBPATH=$_staticlibpath BACKEND := $_backend |