tests: include SDL_build_config.h when HAVE_BUILD_CONFIG is defined

This commit is contained in:
Anonymous Maarten
2024-12-29 18:58:10 +01:00
parent c2121dd9a2
commit 543f244965
4 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* Intrinsics test suite
*/
#ifndef NO_BUILD_CONFIG
#ifdef HAVE_BUILD_CONFIG
/* Disable intrinsics that are unsupported by the current compiler */
#include "SDL_build_config.h"
#endif