Closed dfandrich closed 2 years ago
The code uses log() which requires this library, but it relied on Python's own link to this library to resolve the symbol. Making the requirement explicit is not only more clear, but prevents GNU ld's --no-undefined option from complaining.
Thanks!
The code uses log() which requires this library, but it relied on Python's own link to this library to resolve the symbol. Making the requirement explicit is not only more clear, but prevents GNU ld's --no-undefined option from complaining.