diff options
author | Cameron Cawley | 2019-09-19 17:03:09 +0100 |
---|---|---|
committer | Cameron Cawley | 2019-09-19 17:03:09 +0100 |
commit | 281c292d676322623352606d327f1d26673df32e (patch) | |
tree | 8254382346f829ecc32be68603d0c87f0f1cfdf7 /configure | |
parent | b19de22053932f61d73e2cd6a17f429000ce7bc3 (diff) | |
download | scummvm-rg350-281c292d676322623352606d327f1d26673df32e.tar.gz scummvm-rg350-281c292d676322623352606d327f1d26673df32e.tar.bz2 scummvm-rg350-281c292d676322623352606d327f1d26673df32e.zip |
RISCOS: Minor build system improvements
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2918,10 +2918,9 @@ case $_host_os in add_line_to_config_mk 'PSP = 1' ;; riscos) - append_var DEFINES "-DRISCOS" - add_line_to_config_mk 'RISCOS = 1' + define_in_config_if_yes yes 'RISCOS' append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/lib" - append_var CXXFLAGS "-I$GCCSDK_INSTALL_ENV/include" + append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/include" _pkgconfig=$GCCSDK_INSTALL_ENV/ro-pkg-config _sdlpath=$GCCSDK_INSTALL_ENV/bin _freetypepath=$GCCSDK_INSTALL_ENV/bin @@ -3061,7 +3060,7 @@ if test -n "$_host"; then ;; arm-*riscos) _opengl_mode=none - _build_hq_scalers=no + _vorbis=no ;; bfin*) ;; |