From 96071cfb44642738e875b52e9af3d06a815b3138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:51:04 +0200 Subject: [PATCH] [macOS] Set "main" visibility to default. --- platform/macos/godot_main_macos.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/macos/godot_main_macos.mm b/platform/macos/godot_main_macos.mm index 46dc949557..06d291e6b6 100644 --- a/platform/macos/godot_main_macos.mm +++ b/platform/macos/godot_main_macos.mm @@ -39,7 +39,7 @@ #include #endif -int main(int argc, char **argv) { +__attribute__((visibility("default"))) int main(int argc, char **argv) { godot_init_profiler(); #if defined(VULKAN_ENABLED)