mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-27 03:32:58 +00:00
Merge pull request #91 from zukrmn/build/add-llvm-toolchain-docker
build(docker): add clang for llvm compilation support
This commit is contained in:
commit
4b888e85c2
|
|
@ -17,6 +17,7 @@ RUN apt-get update \
|
|||
libvorbis-dev \
|
||||
libpng-dev \
|
||||
libpthread-stubs0-dev \
|
||||
clang \
|
||||
lld \
|
||||
meson \
|
||||
ninja-build \
|
||||
|
|
|
|||
Loading…
Reference in a new issue