mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
build(docker): add clang and lld for llvm compilation support
This commit is contained in:
parent
87c9733e09
commit
c15f131bf3
|
|
@ -17,6 +17,7 @@ RUN apt-get update \
|
||||||
libvorbis-dev \
|
libvorbis-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libpthread-stubs0-dev \
|
libpthread-stubs0-dev \
|
||||||
|
clang \
|
||||||
lld \
|
lld \
|
||||||
meson \
|
meson \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue