From 6516c2532db0386ac65f0abc053b2ae845703ef6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 7 Dec 2018 09:38:32 -0800 Subject: [PATCH] Ensure native programs for the correct platform are installed --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index fb4443481..083ca319b 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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" }