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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user