]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add nasm to the build env
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 07:57:42 +0000 (11:57 +0400)
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 07:57:42 +0000 (11:57 +0400)
Cross.toml

index 7b4f7721b89e119834a4e627ed35df1c02736f23..4276f4b6338831093945c11e43422e48bd10a5c3 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"
+    "apt-get update && apt-get --assume-yes install libc6-dev nasm"
 ]
 dockerfile = "Dockerfile.cross"
\ No newline at end of file