For builds with SJLJ, there is no __unw_getcontext symbol. On Windows, the weak alias macro also expands to a dllexport directive, which fails if the symbol doesn't exist.
Apparently I had forgotten to test actual builds with SJLJ, sorry for that omission.