pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.5k stars 1.18k forks source link

Building library on macOS 10.13 (High Sierra) #1513

Open thomaslima opened 6 years ago

thomaslima commented 6 years ago

https://github.com/pypa/setuptools/blob/a94ccbf404a79d56f9b171024dee361de9a948da/setuptools/command/build_ext.py#L39

I think this parameter is unnecessary. In my system, it throws a warning: clang: warning: argument unused during compilation: '-dynamiclib' [-Wunused-command-line-argument]

See example in: https://travis-ci.org/lightwave-lab/klayout/jobs/443417666#L1025

thomaslima commented 6 years ago

This might be related to https://github.com/pypa/setuptools/pull/572