Dynamic library file extension (macOS)
Source position: fpmkunit.pp line 315
const DyLibExt = '.dylib'; |
Constant defining the file extension for dynamic libraries on macOS ('.dylib'). These libraries provide shared functionality on Apple platforms and are loaded at runtime.