Merge pull request #2 from darlinghq/relocate_files

Relocate files
This commit is contained in:
CuriousTommy 2023-03-08 08:36:23 -08:00 committed by GitHub
commit 72c9cf7923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 17 additions and 17 deletions

View File

@ -2089,7 +2089,7 @@ set(FRAMEWORK_VERSION "A")
generate_sdk_framework(JavaScriptCore
VERSION ${FRAMEWORK_VERSION}
HEADER "include/JavaScriptCore"
HEADER "darling/include/JavaScriptCore"
)

View File

@ -0,0 +1 @@
../../../API/JSBase.h

View File

@ -0,0 +1 @@
../../../API/JSContext.h

View File

@ -0,0 +1 @@
../../../API/JSContextRef.h

View File

@ -0,0 +1 @@
../../../API/JSExport.h

View File

@ -0,0 +1 @@
../../../API/JSManagedValue.h

View File

@ -0,0 +1 @@
../../../API/JSObjectRef.h

View File

@ -0,0 +1 @@
../../../API/JSStringRef.h

View File

@ -0,0 +1 @@
../../../API/JSStringRefCF.h

View File

@ -0,0 +1 @@
../../../API/JSTypedArray.h

View File

@ -0,0 +1 @@
../../../API/JSValue.h

View File

@ -0,0 +1 @@
../../../API/JSValueRef.h

View File

@ -0,0 +1 @@
../../../API/JSVirtualMachine.h

View File

@ -0,0 +1 @@
../../../API/JavaScript.h

View File

@ -0,0 +1 @@
../../../API/JavaScriptCore.h

View File

@ -0,0 +1 @@
../../../API/WebKitAvailability.h

View File

@ -15,7 +15,7 @@ DARLING_BUILD_ROOT="${HOME}/build/darling"
SCRIPT_DIR="$(cd "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
export ARCHS=(X86_64 C_LOOP)
export CONFIGS=(debug release)
export SRCROOT="${SCRIPT_DIR}/.."
export SRCROOT="${SCRIPT_DIR}/../../.."
DERIVED_DIR="${SRCROOT}/DerivedSources/JavaScriptCore"
DARLING_ROOT="${SRCROOT}/../../.."
SDKROOT="${DARLING_ROOT}/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"

View File

@ -1 +0,0 @@
../../API/JSBase.h

View File

@ -1 +0,0 @@
../../API/JSContext.h

View File

@ -1 +0,0 @@
../../API/JSContextRef.h

View File

@ -1 +0,0 @@
../../API/JSExport.h

View File

@ -1 +0,0 @@
../../API/JSManagedValue.h

View File

@ -1 +0,0 @@
../../API/JSObjectRef.h

View File

@ -1 +0,0 @@
../../API/JSStringRef.h

View File

@ -1 +0,0 @@
../../API/JSStringRefCF.h

View File

@ -1 +0,0 @@
../../API/JSTypedArray.h

View File

@ -1 +0,0 @@
../../API/JSValue.h

View File

@ -1 +0,0 @@
../../API/JSValueRef.h

View File

@ -1 +0,0 @@
../../API/JSVirtualMachine.h

View File

@ -1 +0,0 @@
../../API/JavaScript.h

View File

@ -1 +0,0 @@
../../API/JavaScriptCore.h

View File

@ -1 +0,0 @@
../../API/WebKitAvailability.h