Fix build on iOS simulator
pthread_jit_write_protect_np() is available but unusable on iOS simulator:
../orc/orccompiler.c:460:3: error: 'pthread_jit_write_protect_np' is unavailable: not available on iOS
Fixes #43 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
pthread_jit_write_protect_np() is available but unusable on iOS simulator:
../orc/orccompiler.c:460:3: error: 'pthread_jit_write_protect_np' is unavailable: not available on iOS
Fixes #43 (closed)