5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# All this file does is inject the target
|
||
|
cargo "$@" --target x86_64-unknown-linux-musl
|