Skip to content

Commit 857f070

Browse files
committed
Fixup.
JSC Builds for arm64 now.
1 parent 76b6b97 commit 857f070

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

JavaScriptCore/API/JSWrapperMap.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525

2626
#import <JavaScriptCore/JavaScriptCore.h>
2727
#import <JSValueInternal.h>
28+
29+
#if TARGET_OS_IPHONE
30+
#import <objc/runtime.h>
31+
#else
2832
#import <objc/objc-runtime.h>
33+
#endif
2934

3035
#if JSC_OBJC_API_ENABLED
3136

0 commit comments

Comments
 (0)