Fix circular dependency in make headers

This commit is contained in:
Jarred Sumner
2023-01-10 09:43:45 -08:00
parent 91f7e6c66d
commit e62a422c14

View File

@@ -747,6 +747,10 @@ JSC_DEFINE_CUSTOM_GETTER(Process_getPPID, (JSC::JSGlobalObject * globalObject, J
return JSC::JSValue::encode(JSC::JSValue(getppid()));
}
#if !defined(BUN_WEBKIT_VERSION)
#define BUN_WEBKIT_VERSION "unknown"
#endif
JSC_DEFINE_CUSTOM_GETTER(Process_getVersionsLazy,
(JSC::JSGlobalObject * globalObject, JSC::EncodedJSValue thisValue,
JSC::PropertyName))