[macOS] Set "main" visibility to default.

This commit is contained in:
Pāvels Nadtočajevs 2026-02-04 16:51:04 +02:00
parent 2487a297b2
commit 96071cfb44
No known key found for this signature in database
GPG key ID: 8413210218EF35D2

View file

@ -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)