Skip to content

Commit

Permalink
Fix JIT support on macOS. This was broken by a copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Dec 15, 2017
1 parent 1669960 commit 1c9b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasiliskII/src/Unix/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ AC_TRANSLATE_DEFINE(HAVE_SIGCONTEXT_SUBTERFUGE, "$ac_cv_have_sigcontext_hack",


dnl Resolve and set the proper sigsegv_recovery method...
if [[ "x$ac_cv_have_win32_exceptions" = "xyes" ]]; then
if [[ "x$ac_cv_have_mach_exceptions" = "xyes" ]]; then
sigsegv_recovery=mach
elif [[ "x$ac_cv_have_win32_exceptions" = "xyes" ]]; then
sigsegv_recovery=win32
Expand Down

0 comments on commit 1c9b21f

Please sign in to comment.