diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2074,6 +2074,7 @@ case $_host_os in # Supress format warnings as the long 4 byte causes noisy warnings. CXXFLAGS="$CXXFLAGS -Wno-format" add_line_to_config_mk 'AMIGAOS = 1' + _port_mk="backends/platform/sdl/amigaos/amigaos.mk" ;; android) case $_host in @@ -2752,6 +2753,8 @@ if test -n "$_host"; then _ar="$_host-ar cru" _as="$_host-as" _windres=$_host-windres + + _port_mk="backends/platform/sdl/amigaos/amigaos.mk" ;; ps2) DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE" |