Don't overwrite SDL_dynapi.h in checker-buildbot.sh.
This commit is contained in:
parent
c40596908d
commit
e66b7588ad
2 changed files with 2 additions and 7 deletions
|
@ -47,6 +47,8 @@
|
|||
#define SDL_DYNAMIC_API 0
|
||||
#elif SDL_BUILDING_WINRT /* probaly not useful on WinRT, given current .dll loading restrictions */
|
||||
#define SDL_DYNAMIC_API 0
|
||||
#elif defined(__clang_analyzer__)
|
||||
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
|
||||
#else /* everyone else. */
|
||||
#define SDL_DYNAMIC_API 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue