mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 15:10: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
|
||||
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
|
||||
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
||||
RUN mv /tx /usr/bin/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user