Skip to content

Commit

Permalink
build_configs: remove HAVE_LIBUNWIND_H
Browse files Browse the repository at this point in the history
It is only used in SDL_test, which does not use the config header.
  • Loading branch information
Lzard committed Dec 24, 2024
1 parent df24e0e commit fec6e51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/build_config/SDL_build_config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#cmakedefine HAVE_ALLOCA_H 1
#cmakedefine HAVE_ICONV_H 1
#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_LIBUNWIND_H 1
#cmakedefine HAVE_LIMITS_H 1
#cmakedefine HAVE_MALLOC_H 1
#cmakedefine HAVE_MATH_H 1
Expand Down
1 change: 0 additions & 1 deletion include/build_config/SDL_build_config_macos.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#define HAVE_ALLOCA_H 1
#define HAVE_FLOAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBUNWIND_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MATH_H 1
#define HAVE_SIGNAL_H 1
Expand Down

0 comments on commit fec6e51

Please sign in to comment.