Ensure native programs for the correct platform are installed

This commit is contained in:
Michael Vines
2018-12-07 09:38:32 -08:00
parent 82a0cc9d27
commit 6516c2532d

View File

@ -141,8 +141,8 @@ build() {
export NDEBUG=1
cargo install --path drone --features=$cargoFeatures --root farf
cargo install --path . --features=$cargoFeatures --root farf
./scripts/install-native-programs.sh farf/ release
"
./scripts/install-native-programs.sh farf/ release
)
echo "Build took $SECONDS seconds"
}