Define our own Node entry
Chromium's V8 is using external startup snapshot file while Node does not, so we have to use Chromium's gin for V8 initialization.
This commit is contained in:
parent
ceccf1b48a
commit
c62c943bdb
7 changed files with 83 additions and 12 deletions
|
@ -13,7 +13,7 @@ __attribute__((visibility("default")))
|
|||
int AtomMain(int argc, const char* argv[]);
|
||||
|
||||
__attribute__((visibility("default")))
|
||||
void AtomInitializeICU();
|
||||
int AtomInitializeICUandStartNode(int argc, char *argv[]);
|
||||
}
|
||||
#endif // OS_MACOSX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue