Mercurial > hg
comparison mercurial/wireprotov2server.py @ 42458:8ee0fdf3b087
rust-cpython: fix build for MacOSX
MacOSX needs special link flags. Quoting the README of rust-cpython:
create a `.cargo/config` with the following content:
```
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
```
This is tested with Python 2.7 (Anaconda install) and Python 3
(Homebrew install)
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Fri, 14 Jun 2019 11:18:06 +0100 |
parents | d6569f1e9b37 |
children | da643cadec90 |
comparison
equal
deleted
inserted
replaced
42457:f4a65077e949 | 42458:8ee0fdf3b087 |
---|