Skip to content

Commit 16ff034

Browse files
committed
Just is bad
1 parent ed8b72b commit 16ff034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env_vars := if os() == "linux" {
1212

1313
build target="":
1414
@echo "Building for target: {{target}}"
15-
{{env_vars}} cargo build -p divvun-runtime-cli --release {{ if target != "" { "--target" + target } else { "" } }}
15+
{{env_vars}} cargo build -p divvun-runtime-cli --release {{ if target != "" { "--target" } else { "" } }} {{ target }}
1616

1717
# Install built binary
1818
install target="": (build target)

0 commit comments

Comments
 (0)