Skip to content

Commit

Permalink
Fix cargo make not working on a fresh checkout (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat authored Dec 4, 2023
1 parent aaa6933 commit 80a310a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [

[tasks.build]
command = "cargo"
args = ["build", "-p", "spyglass-client", "-p", "spyglass-app", "--profile", "${CARGO_MAKE_CARGO_PROFILE}"]
args = ["tauri", "build", "--config", "${TAURI_DEV_CONFIG}"]
dependencies = [
"build-backend",
"copy-backend-binaries",
Expand All @@ -59,6 +59,7 @@ dependencies = [
[tasks.build-backend]
args = ["build", "-p", "spyglass", "--profile", "${CARGO_MAKE_CARGO_PROFILE}"]
command = "cargo"
private = true

[tasks.copy-backend-binaries]
dependencies = ["create-binary-directory", "set-platform-specific-variables"]
Expand Down

0 comments on commit 80a310a

Please sign in to comment.