mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-07 07:30:01 +01:00
Version-agnostic symlinks for Clang commands are now created
This commit is contained in:
parent
8484eeb6e5
commit
0ef81d787a
@ -51,6 +51,11 @@ RUN apt-get install -y \
|
|||||||
# Other libraries
|
# Other libraries
|
||||||
libsdl2-dev
|
libsdl2-dev
|
||||||
|
|
||||||
|
# Create Clang symlinks
|
||||||
|
RUN ln -s /usr/bin/clang-19 /usr/bin/clang
|
||||||
|
RUN ln -s /usr/bin/clang++-19 /usr/bin/clang++
|
||||||
|
RUN ln -s /usr/bin/clang-format-19 /usr/bin/clang-format
|
||||||
|
|
||||||
# Download Transifex client
|
# Download Transifex client
|
||||||
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
||||||
RUN mv /tx /usr/bin/
|
RUN mv /tx /usr/bin/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user