diff --git a/recipes/SDL/recipe.py b/recipes/SDL/recipe.py index 69f42a7..fc4b731 100644 --- a/recipes/SDL/recipe.py +++ b/recipes/SDL/recipe.py @@ -11,7 +11,7 @@ def _git_cook(env: Environment, repo: dict) -> dict: libs = [] if platform.system() == 'Windows': if env['BUILD_TYPE'] == 'debug': - lib_names = ['SDL2-staticd', 'SDL3-staticd'] + lib_names = ['SDL2-staticd', 'SDL3-static'] else: lib_names = ['SDL2-static', 'SDL3-static'] libs.extend(('kernel32', 'user32', 'gdi32', 'winmm', 'imm32', 'ole32', 'oleaut32', 'version', 'uuid', 'advapi32', 'setupapi', 'shell32', 'dinput8'))