Skip to content

Commit

Permalink
Fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Dec 28, 2024
1 parent e8e79f8 commit 4cbea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before-all = [
"cd third_party/nvxs-1.0.2",
"./configure",
"make",
"case "$(uname -s)" in Darwin) sudo make install;; *) make install;; esac",
"case \"$(uname -s)\" in Darwin) sudo make install;; *) make install;; esac",
]

[tool.yapf]
Expand Down

0 comments on commit 4cbea37

Please sign in to comment.