Add support for iOS platforms that does not support fork; fix #4113

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-09-16 00:41:48 +09:00
parent f93734f622
commit 2661ac7049
2 changed files with 113 additions and 101 deletions
+5
View File
@@ -7,6 +7,11 @@
#ifndef MRUBY_COMMON_H
#define MRUBY_COMMON_H
#ifdef __APPLE__
#ifndef __TARGETCONDITIONALS__
#include "TargetConditionals.h"
#endif
#endif
#ifdef __cplusplus
#ifdef MRB_ENABLE_CXX_ABI