mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 06:45:10 +00:00
cmake: don't error on apple when using deprecated declarations
This commit is contained in:
committed by
Anonymous Maarten
parent
274ec02581
commit
45da133999
4
test/configure
vendored
4
test/configure
vendored
@@ -4790,8 +4790,8 @@ fi
|
||||
|
||||
case "$host" in
|
||||
*-ios-*|*-*-darwin* )
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GCC -Werror option" >&5
|
||||
printf %s "checking for GCC -Werror option... " >&6; }
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GCC -Wno-error=deprecated-declarations option" >&5
|
||||
printf %s "checking for GCC -Wno-error=deprecated-declarations option... " >&6; }
|
||||
have_gcc_wno_error_deprecated_declarations=no
|
||||
|
||||
save_CFLAGS="$CFLAGS"
|
||||
|
||||
Reference in New Issue
Block a user