diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-01-21 18:55:22 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-21 22:07:25 +0100 |
commit | f7de7501d483eebca9b797f92549036f53ac9dd8 (patch) | |
tree | bf59ab5305426045b6b6536dc26878a64220b230 /Ports | |
parent | 07faa6f67037bbb28cb0500e978c6b7b223aaa45 (diff) | |
download | serenity-f7de7501d483eebca9b797f92549036f53ac9dd8.zip |
Ports: Set `config.sub` path for SDL2_mixer
This path needs to be set, or otherwise SDL2_mixer will not build.
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/SDL2_mixer/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/SDL2_mixer/package.sh b/Ports/SDL2_mixer/package.sh index 84b8d51b0d..ea3124c1cd 100755 --- a/Ports/SDL2_mixer/package.sh +++ b/Ports/SDL2_mixer/package.sh @@ -3,6 +3,7 @@ port=SDL2_mixer version=2.0.4 useconfigure=true use_fresh_config_sub=true +config_sub_path=build-scripts/config.sub files="https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${version}.tar.gz SDL2_mixer-${version}.tar.gz b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419" auth_type=sha256 depends=("libmodplug" "libvorbis" "SDL2") |