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:
alexey.lysiuk 2022-04-30 12:42:20 +03:00
parent 6c2e477c87
commit 848bdc003e

View file

@ -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