mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2024-11-23 04:09:40 +00:00
Case-sensitivity header filename issue
This commit is contained in:
parent
a44c7a2ae9
commit
277af337cb
@ -39,7 +39,11 @@
|
||||
#import "JSVirtualMachineInternal.h"
|
||||
#import "JSWrapperMap.h"
|
||||
#import "JavaScriptCore.h"
|
||||
#ifdef DARLING
|
||||
#import "ObjCRuntimeExtras.h"
|
||||
#else
|
||||
#import "ObjcRuntimeExtras.h"
|
||||
#endif
|
||||
#import "StrongInlines.h"
|
||||
#ifdef DARLING_NONUNIFIED_BUILD
|
||||
#include "JSScriptInternal.h"
|
||||
|
@ -35,7 +35,11 @@
|
||||
#import "JSValueInternal.h"
|
||||
#import "JSWeakValue.h"
|
||||
#import "WeakHandleOwner.h"
|
||||
#ifdef DARLING
|
||||
#import "ObjCRuntimeExtras.h"
|
||||
#else
|
||||
#import "ObjcRuntimeExtras.h"
|
||||
#endif
|
||||
#import "JSCInlines.h"
|
||||
#import <wtf/NeverDestroyed.h>
|
||||
|
||||
|
@ -36,7 +36,11 @@
|
||||
#import "JSValueInternal.h"
|
||||
#import "JSValuePrivate.h"
|
||||
#import "JSWrapperMap.h"
|
||||
#ifdef DARLING
|
||||
#import "ObjCRuntimeExtras.h"
|
||||
#else
|
||||
#import "ObjcRuntimeExtras.h"
|
||||
#endif
|
||||
#import "JSCInlines.h"
|
||||
#import "JSCJSValue.h"
|
||||
#import "Strong.h"
|
||||
|
@ -35,7 +35,11 @@
|
||||
#import "JSContextInternal.h"
|
||||
#import "JSWrapperMap.h"
|
||||
#import "ObjCCallbackFunction.h"
|
||||
#ifdef DARLING
|
||||
#import "ObjCRuntimeExtras.h"
|
||||
#else
|
||||
#import "ObjcRuntimeExtras.h"
|
||||
#endif
|
||||
#import "ObjectConstructor.h"
|
||||
#import "WeakGCMap.h"
|
||||
#import "WeakGCMapInlines.h"
|
||||
|
@ -37,7 +37,12 @@
|
||||
#import "JSWrapperMap.h"
|
||||
#import "JSValueInternal.h"
|
||||
#import "ObjCCallbackFunction.h"
|
||||
#ifdef DARLING
|
||||
// ugh, Apple with their stupid case-insensitivity
|
||||
#import "ObjCRuntimeExtras.h"
|
||||
#else
|
||||
#import "ObjcRuntimeExtras.h"
|
||||
#endif
|
||||
#import "StructureInlines.h"
|
||||
#import <objc/runtime.h>
|
||||
#import <wtf/RetainPtr.h>
|
||||
|
Loading…
Reference in New Issue
Block a user