Relocate native programs to deps/ subdirectory of the current executable

This layout is `cargo build` compatible, no post-build file moves
required.
This commit is contained in:
Michael Vines
2018-12-08 10:43:02 -08:00
parent 3a13ecba1f
commit f5569e76db
6 changed files with 18 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ 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/bin/deps/ release
"
)
echo "Build took $SECONDS seconds"