mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
update sdl2 platform headers
This commit is contained in:
parent
fad382c9e3
commit
38a0a398e1
3 changed files with 2 additions and 2 deletions
4
deps/sdl2/include/SDL2/SDL_config.h
vendored
4
deps/sdl2/include/SDL2/SDL_config.h
vendored
|
@ -2,9 +2,9 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(__x86_64__)
|
||||
# include "x86_64/SDL_config.h"
|
||||
# include "_aedi_x86_64_SDL_config.h"
|
||||
#elif defined(__aarch64__)
|
||||
# include "arm64/SDL_config.h"
|
||||
# include "_aedi_arm64_SDL_config.h"
|
||||
#else
|
||||
# error Unknown architecture
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue