.cargo/config.toml@53136eba9abf
.cargo/config.toml
Fri, 14 Feb 2025 23:16:14 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Fri, 14 Feb 2025 23:16:14 -0500
- branch
- dev
- changeset 48
- 53136eba9abf
- permissions
- -rw-r--r--
Add .cargo/config.toml setting for finding GSL on macos.
[target.'cfg(all(target_os = "macos"))']
rustflags = ["-L", "/opt/homebrew/include"]