comparison contrib/automation/hgautomation/__init__.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 dd6a9723ae2b
children 2372284d9457
comparison
equal deleted inserted replaced
42457:f4a65077e949 42458:8ee0fdf3b087