we used to support a special compile/link toolchai...
# general
a
we used to support a special compile/link toolchain for
python_dist()
but we moved it to another workflow. pants actually provides gcc and llvm compile/link toolchains on osx and linux so you don't have to (and will pull them down from the internet if necessary). so we could add that back to
python_dist()
if that's a use case you need.