Merge pull request #91 from zukrmn/build/add-llvm-toolchain-docker

build(docker): add clang for llvm compilation support
This commit is contained in:
Tropical 2026-03-07 08:36:29 -06:00 committed by GitHub
commit 4b888e85c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ RUN apt-get update \
libvorbis-dev \
libpng-dev \
libpthread-stubs0-dev \
clang \
lld \
meson \
ninja-build \