From e79c7d498556faa17d346cec1bac55ad4aa83c3e Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Wed, 13 Jul 2022 01:37:05 +0200 Subject: [PATCH] InputCommon: Don't force-link against SDL2.lib on Windows. --- Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp index 6dec6003fd..0d7494142d 100644 --- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp +++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp @@ -16,8 +16,6 @@ #ifdef _WIN32 #include - -#pragma comment(lib, "SDL2.lib") #endif namespace ciface::SDL