Commit af902a1
committed
Enables use with Homebrew on Linux by breaking some pyenv rules
I'm not convinced of its reliability because of how Homebrew's
pkg-config produces versioned URLs to libraries' CFLAGS and LDFLAGS
options. It works but I'm not convinced that it would keep working after
a Homebrew upgrade. The worst case scenario in this system is "burn down
the Python with `pyenv remove 3.11.7`, re-run `make deps`" so it's not that
inconvenient, but it's not ideal. This is probably a reason why — if not
the reason why — pyenv discourages linking against Homebrew on Linux.1 parent 6e36a35 commit af902a1
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
240 | 254 | | |
241 | 255 | | |
242 | 256 | | |
243 | 257 | | |
244 | 258 | | |
245 | 259 | | |
246 | | - | |
| 260 | + | |
| 261 | + | |
247 | 262 | | |
248 | 263 | | |
249 | 264 | | |
| |||
0 commit comments