mirror of
https://github.com/void-linux/void-packages.git
synced 2025-05-26 01:33:49 +02:00
7 lines
107 B
Bash
7 lines
107 B
Bash
hostmakedepends+=" cargo"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
makedepends+=" rust-std"
|
|
fi
|
|
|
|
build_helper+=" rust"
|