mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: disable sdl2 platform headers separation
the only difference was HAVE_IMMINTRIN_H define, and this is already handled via preprocessor
This commit is contained in:
parent
6c2e477c87
commit
848bdc003e
1 changed files with 0 additions and 2 deletions
|
@ -472,8 +472,6 @@ class Sdl2Target(CMakeStaticDependencyTarget):
|
|||
def post_build(self, state: BuildState):
|
||||
super().post_build(state)
|
||||
|
||||
self.make_platform_header(state, 'SDL2/SDL_config.h')
|
||||
|
||||
def update_sdl2_config(_: Path, line: str):
|
||||
if line.startswith('# '):
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue