Packaging/32bit Applications: Difference between revisions
m →Rust |
|||
| Line 24: | Line 24: | ||
clang_multi | clang_multi | ||
]; | ]; | ||
</syntaxhighlight>An example that will let you build with <code>cargo test --target i686-unknown-linux-gnu</code>. | </syntaxhighlight>An example that will let you build with <code>cargo test --target i686-unknown-linux-gnu</code> from an x86_64 machine. | ||
You will want something similar to the following in your <code>flake.nix</code>, <code>devenv.sh</code> , or whatever you're using as your entry point. | You will want something similar to the following in your <code>flake.nix</code>, <code>devenv.sh</code> , or whatever you're using as your entry point. | ||
[[Category:Development]] | [[Category:Development]] | ||