// Build script for synta-python-mtc
//
// Configures linker flags for building Python extension modules on macOS.
// On macOS, Python extension modules (cdylib) need to allow undefined symbols
// (Python C API functions) which are resolved at runtime when loaded by Python.