From 8d7e40e0b2b592efc7bcf7101ee362ec61f1989f Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 6 Feb 2024 17:38:32 -0300 Subject: fixt Compilaton for Linux * Rakefile: Remove Windows specific library --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Rakefile') 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 = [ -- cgit v1.2.3