summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile3
-rw-r--r--rake/windows.rake3
2 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index f7f0aa4..eeab51a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -55,8 +55,7 @@ LIBRARIES = [
'SDL2',
'SDL2_mixer',
'freetype',
- 'm',
- 'ws2_32'
+ 'm'
] + OS_LIBRARIES
PKG_CONFIG = [
diff --git a/rake/windows.rake b/rake/windows.rake
index c32e9a3..4c7c980 100644
--- a/rake/windows.rake
+++ b/rake/windows.rake
@@ -15,7 +15,8 @@
OS_LIBRARIES = [
'SDL2main',
'mingw32',
- 'vulkan-1.dll'
+ 'vulkan-1.dll',
+ 'ws2_32'
]
task install: :build do