Files
rdkit/External
Chris Von Bargen 8b8d6a3fe2 RDKit's InChi build tries to guess whether the C compiler provides (#8764)
isascii() (which is the standard) or __isascii(), but it guesses wrong for
Emscripten builds (which I do during sketcher compilation). This change
passes -D__isascii=isascii when building InChi,
which means that the wrong guess will still wind up with the right
function name.
2025-09-12 17:15:19 +02:00
..
2025-06-12 05:02:36 +02:00
2025-04-09 11:57:17 +02:00