Fixed Mac build when enable_run_as_node==false

This commit is contained in:
Ales Pergl 2018-03-09 10:51:09 +01:00
parent 30405a3441
commit 94299f6cd8
3 changed files with 6 additions and 2 deletions

View file

@ -12,8 +12,10 @@ extern "C" {
__attribute__((visibility("default")))
int AtomMain(int argc, char* argv[]);
#ifdef ENABLE_RUN_AS_NODE
__attribute__((visibility("default")))
int AtomInitializeICUandStartNode(int argc, char *argv[]);
#endif
}
#endif // OS_MACOSX