Cog/Frameworks/lazyusf2
Hugh Cole-Baker be44237199 Avoid using MAP_JIT mmap flag on macOS < 10.14
If compiled with the macOS 10.14 SDK, MAP_JIT will be defined and passed
as a flag to mmap to allocate memory for the dynarec, but this flag will
cause mmap to fail if running on macOS 10.13 and below; on macOS check
the OS version at runtime, set and cache the appropriate flags for mmap.
2020-06-06 16:05:15 +01:00
..
lazyusf2 Avoid using MAP_JIT mmap flag on macOS < 10.14 2020-06-06 16:05:15 +01:00
lazyusf2.xcodeproj Usual Xcode update mess 2020-02-13 01:41:21 -08:00