diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 12:06:31 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 12:06:31 +0400 |
| commit | f16234fb107f1d92d4c0650091376ba7239c0436 (patch) | |
| tree | 816c8f7c335c75eed48f8dc2f5a0356b221f1da1 | |
| parent | d88f075d3d4c233e2c69fc14ee08340c9a10ddf0 (diff) | |
add clang for mising headersupdate/2024
| -rw-r--r-- | Cross.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
