const MH_ALLMODSBOUND: comptime_int = 4096;
[src]
indicates that this binary binds to all two-level namespace modules of its dependent libraries. only used when MH_PREBINDABLE and MH_TWOLEVEL are both set.
const MH_ALLMODSBOUND: comptime_int = 4096;
indicates that this binary binds to all two-level namespace modules of its dependent libraries. only used when MH_PREBINDABLE and MH_TWOLEVEL are both set.