Skip to content

Commit

Permalink
fix(build): pass flags as a string instead of an array
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi-flow committed Dec 21, 2023
1 parent 97e8c73 commit f554a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ integration-test = "test --features integration --profile integration --workspac
# But such binaries do not support loading libraries using `dlopen()` ("libloading" crate),
# which is required for loading treesitter grammars.
[target.'cfg(target_env = "musl")']
rustflags = ["-C", "target-feature=-crt-static"]
rustflags = "-C target-feature=-crt-static"

0 comments on commit f554a0c

Please sign in to comment.