CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/10/28 13:44:21
Modified files:
lang/python : python.port.mk
Log message:
lang/python/python.port.mk: introduce MODPY_TEST_SO_CMD
When MODPY_TEST_LINK_SO is enabled, python.port.mk links all .so files
in ${WRKSRC} which is required when port using tests which use Python
code that loads .so files via relative imports.
tweeks, feedback and OK: kn@ sthen@
