summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2022-07-14 19:05:25 +0200
committerGitHub <noreply@github.com>2022-07-14 19:05:25 +0200
commita739f63d968cf7865514040aa7ace25cf0e2a4fc (patch)
treeafae089a9dee5b5141b58a5e3fee514d06f89eb1 /Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp
parente237aa143509ddcdf4d23b634607e4c65dd48129 (diff)
parent869dab51731a22e6ef0292ba133912f646a22791 (diff)
Merge pull request #10840 from AdmiralCurtiss/cmake-windows-sdl
Fix CMake Windows build after SDL merge.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp2
1 files changed, 0 insertions, 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 <Windows.h>
-
-#pragma comment(lib, "SDL2.lib")
#endif
namespace ciface::SDL