mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 08:52:19 +00:00
Remove the definition of _Unwind_Resume on OSX.
This is unnecessary for me when using Makefile.simple, as far as I can tell. And it's actively harmful when using "mymake", because then we get this non-inline variable defined in every .o file, which leads to multiple-definition errors at link time. Maybe it's no longer needed?
This commit is contained in:
Reference in New Issue
Block a user