]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add clang for mising headers update/2024 47/head
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 08:06:31 +0000 (12:06 +0400)
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 08:06:31 +0000 (12:06 +0400)
Cross.toml

index 4276f4b6338831093945c11e43422e48bd10a5c3..b5e12883bc180071544f0421855201bdd4fbe5db 100644 (file)
@@ -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