mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-09 05:23:17 +02:00
Update OpenAL to 1.24.3 on Linux
This commit is contained in:
parent
579b358f8b
commit
2f003d416a
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ RUN git clone -b 0.3.62 --depth=1 {{ GIT }}/PipeWire/pipewire.git \
|
||||||
FROM builder AS openal
|
FROM builder AS openal
|
||||||
COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
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 \
|
&& cd openal-soft \
|
||||||
&& cmake -B build . \
|
&& cmake -B build . \
|
||||||
-DLIBTYPE:STRING=STATIC \
|
-DLIBTYPE:STRING=STATIC \
|
||||||
|
|
Loading…
Add table
Reference in a new issue