diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-07-14 18:13:39 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-07-14 18:13:39 -0300 |
commit | 8ef58d472533a43155893889dfb1f97a4dec2dcf (patch) | |
tree | d60bcfab91d9ede393f800f8433dc4c98e6363f9 /Rakefile | |
parent | 0efc2fc6e7aeba281b2718157439f3e43c23d61a (diff) |
refa Remove SDL2 mixer
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ SPV_FILES = GLSL_FILES.ext('.spv') LIBRARIES = [ 'SDL2', - 'SDL2_mixer', 'freetype', 'm' ] + OS_LIBRARIES |