We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8b72b commit 16ff034Copy full SHA for 16ff034
Justfile
@@ -12,7 +12,7 @@ env_vars := if os() == "linux" {
12
13
build target="":
14
@echo "Building for target: {{target}}"
15
- {{env_vars}} cargo build -p divvun-runtime-cli --release {{ if target != "" { "--target" + target } else { "" } }}
+ {{env_vars}} cargo build -p divvun-runtime-cli --release {{ if target != "" { "--target" } else { "" } }} {{ target }}
16
17
# Install built binary
18
install target="": (build target)
0 commit comments