Update OpenAL to 1.24.3 on Linux

This commit is contained in:
Ilya Fedin 2025-05-22 01:39:49 +04:00 committed by John Preston
parent 579b358f8b
commit 2f003d416a

View file

@ -630,7 +630,7 @@ RUN git clone -b 0.3.62 --depth=1 {{ GIT }}/PipeWire/pipewire.git \
FROM builder AS openal
COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
RUN git clone -b 1.24.1 --depth=1 {{ GIT }}/kcat/openal-soft.git \
RUN git clone -b 1.24.3 --depth=1 {{ GIT }}/kcat/openal-soft.git \
&& cd openal-soft \
&& cmake -B build . \
-DLIBTYPE:STRING=STATIC \