[macOS] Set "main" visibility to default.
This commit is contained in:
parent
2487a297b2
commit
96071cfb44
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
__attribute__((visibility("default"))) int main(int argc, char **argv) {
|
||||
godot_init_profiler();
|
||||
|
||||
#if defined(VULKAN_ENABLED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue