Skip to content

Commit

Permalink
add clang for mising headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jul 7, 2024
1 parent d88f075 commit f16234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f16234f

Please sign in to comment.