diff options
author | Frederico Linhares <fred@linhares.blue> | 2024-02-06 17:38:32 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2024-02-06 18:16:43 -0300 |
commit | 8d7e40e0b2b592efc7bcf7101ee362ec61f1989f (patch) | |
tree | 5328962cdb188a08d7eed146cbe9671a921a55c3 /Rakefile | |
parent | 62d9c646dd411f1cc067de804880751b9aaa0a77 (diff) |
fixt Compilaton for Linux
* Rakefile: Remove Windows specific library
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -55,8 +55,7 @@ LIBRARIES = [ 'SDL2', 'SDL2_mixer', 'freetype', - 'm', - 'ws2_32' + 'm' ] + OS_LIBRARIES PKG_CONFIG = [ |