diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:57:42 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:57:42 +0400 |
| commit | d88f075d3d4c233e2c69fc14ee08340c9a10ddf0 (patch) | |
| tree | d0f80e6e8f2b40979685f81f894ac17ee0b6c522 | |
| parent | d77bb1d515e2574b8e77553b2be46b8efae116a2 (diff) | |
add nasm to the build env
| -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" + "apt-get update && apt-get --assume-yes install libc6-dev nasm" ] dockerfile = "Dockerfile.cross"
\ No newline at end of file |
