mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
In scripts, explicitly choose what workspace member to build
Otherwise, building aquatic_udp fails on other OS:es than Linux
This commit is contained in:
parent
e9f83403ba
commit
8beb13db29
8 changed files with 8 additions and 8 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
. ./scripts/env-native-cpu-without-avx-512
|
||||
|
||||
cargo run --profile "release-debug" --bin aquatic_udp -- $@
|
||||
cargo run --profile "release-debug" -p aquatic_udp -- $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue