Add .cargo/config.toml setting for finding GSL on macos. dev

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
parent 47
4a6b803d8aca
child 49
6b0db7251ebe

Add .cargo/config.toml setting for finding GSL on macos.

.cargo/config.toml file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.cargo/config.toml	Fri Feb 14 23:16:14 2025 -0500
@@ -0,0 +1,2 @@
+[target.'cfg(all(target_os = "macos"))']
+rustflags = ["-L", "/opt/homebrew/include"]

mercurial