Skip to content

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Jul 30, 2024
1 parent ac1e63e commit ee0ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build features="":
if [ -z "{{features}}" ]; then
cargo build {{build_flags}}
else
cargo build --features {{features}}
cargo build {{build_flags}} --features {{features}}
fi

# Stratus: Check, or compile without generating code
Expand Down

0 comments on commit ee0ed73

Please sign in to comment.