summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2024-02-06 17:38:32 -0300
committerFrederico Linhares <fred@linhares.blue>2024-02-06 18:16:43 -0300
commit8d7e40e0b2b592efc7bcf7101ee362ec61f1989f (patch)
tree5328962cdb188a08d7eed146cbe9671a921a55c3 /Rakefile
parent62d9c646dd411f1cc067de804880751b9aaa0a77 (diff)
fixt Compilaton for Linux
* Rakefile: Remove Windows specific library
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 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 = [