gnustep / tools-make

The makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project.
https://www.gnustep.org/
GNU General Public License v3.0
29 stars 43 forks source link

Enable native Objective-C exception check on Windows #11

Closed triplef closed 3 years ago

triplef commented 3 years ago

Configure currently always forcefully disables support for native exceptions on Windows, even though they should be supported when using Clang and the ng runtime.

With this change, the check is only forcefully disabled when using the gnu runtime.

rfm commented 3 years ago

Looks good.