This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jean-Christophe Fillion-Robin
Recipients Jean-Christophe Fillion-Robin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-11-06.22:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573080091.42.0.697826916573.issue38728@roundup.psfhosted.org>
In-reply-to
Content
When configuring project using build-system generator like CMake, the linking is explicitly handled and does not to be implicitly hard-coded in pyconfig.h

Having the "pythonXY.lib" library hard-coded in pyconfig.h currently requires to explicitly specify a link directory. While possible, this require to increase the complexity of our build-system.

I suggest we introduce a new macro (e.g PY_CONFIG_AUTOLINK_DISABLED)
History
Date User Action Args
2019-11-06 22:41:31Jean-Christophe Fillion-Robinsetrecipients: + Jean-Christophe Fillion-Robin, paul.moore, tim.golden, zach.ware, steve.dower
2019-11-06 22:41:31Jean-Christophe Fillion-Robinsetmessageid: <1573080091.42.0.697826916573.issue38728@roundup.psfhosted.org>
2019-11-06 22:41:31Jean-Christophe Fillion-Robinlinkissue38728 messages
2019-11-06 22:41:31Jean-Christophe Fillion-Robincreate