summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-07-07 12:06:31 +0400
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-07-07 12:06:31 +0400
commitf16234fb107f1d92d4c0650091376ba7239c0436 (patch)
tree816c8f7c335c75eed48f8dc2f5a0356b221f1da1
parentd88f075d3d4c233e2c69fc14ee08340c9a10ddf0 (diff)
add clang for mising headersupdate/2024
-rw-r--r--Cross.toml2
1 files changed, 1 insertions, 1 deletions
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