mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update OpenAL to 1.24.1 on Linux
This commit is contained in:
parent
eb0d2868f5
commit
876a50f759
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,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.23.1 --depth=1 {{ GIT }}/kcat/openal-soft.git \
|
RUN git clone -b 1.24.1 --depth=1 {{ GIT }}/kcat/openal-soft.git \
|
||||||
&& cd openal-soft \
|
&& cd openal-soft \
|
||||||
&& cmake -GNinja -B build . \
|
&& cmake -GNinja -B build . \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
|
|
Loading…
Add table
Reference in a new issue