CONFIGURE: (AMIGAOS) Fix gcc silencing

Obviously there is no such thing as "append_var" in scummvm-tools configure
This commit is contained in:
Hubert Maier
2022-11-23 12:09:46 +01:00
committed by Eugene Sandulenko
parent d89a6f8798
commit c187933e4e
Vendored
+1 -1
View File
@@ -1188,7 +1188,7 @@ case $_host_os in
# already typedefs (u)int32 as (unsigned) long and suppress
# those noisy format warnings caused by the 'long' 4 byte
type_4_byte='long'
append_var CXXFLAGS "-Wno-format"
CXXFLAGS="$CXXFLAGS -Wno-format"
;;
beos*)
DEFINES="$DEFINES -DSYSTEM_NOT_SUPPORTING_D_TYPE"