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 +-- rake/windows.rake | 3 ++- 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 -- cgit v1.2.3