##// END OF EJS Templates
rust-cpython: fix build for MacOSX...
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)

File last commit:

r9999:f91e5630 default
r42658:8ee0fdf3 default
Show More
hglogo.png
0 lines | 4.0 KiB | image/png | TextLexer
rendered-image