From: Matthieu Pignolet Date: Sun, 7 Jul 2024 08:06:31 +0000 (+0400) Subject: add clang for mising headers X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f16234fb107f1d92d4c0650091376ba7239c0436;p=matthieu%2Fnova.git add clang for mising headers --- diff --git a/Cross.toml b/Cross.toml index 4276f4b..b5e1288 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,6 +1,6 @@ [build] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get --assume-yes install libc6-dev nasm" + "apt-get update && apt-get --assume-yes install libc6-dev nasm clang" ] dockerfile = "Dockerfile.cross" \ No newline at end of file