mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
linker ld scripts expect unmangled names
This commit is contained in:
@@ -4,11 +4,10 @@ BUN_1.0 {
|
||||
node_api_*;
|
||||
__cxa_atexit;
|
||||
__cxa_thread_atexit_impl;
|
||||
__ZN2v87Isolate10GetCurrentEv;
|
||||
__ZN2v87Isolate13TryGetCurrentEv;
|
||||
__ZN2v87Isolate17GetCurrentContextEv;
|
||||
__ZN4node25AddEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_;
|
||||
__ZN4node28RemoveEnvironmentCleanupHookEPN2v87IsolateEPFvPvES3_;
|
||||
extern "C++" {
|
||||
v8::*;
|
||||
node::*;
|
||||
};
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user