This is an archive of the discontinued Mercurial Phabricator instance.

rust-cpython: build for py3, Windows and MacOSX
ClosedPublic

Authored by gracinet on May 16 2019, 3:14 PM.

Details

Summary

Before this changeset, the shared library objects suffixes
were both (rustc output and Python input) hardcoded to '.so',
which is wrong for Python3 and non Linux targets.

Also, MacOSX needs special link flags, as stated in
the README of rust-cpython.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

gracinet created this revision.May 16 2019, 3:14 PM
gracinet edited the summary of this revision. (Show Details)May 16 2019, 4:10 PM
gracinet updated this revision to Diff 15156.
gracinet updated this revision to Diff 15157.May 16 2019, 4:19 PM
This revision was automatically updated to reflect the committed changes.