summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/gdnative.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/gdnative.h')
-rw-r--r--modules/gdnative/godot/gdnative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/gdnative.h b/modules/gdnative/godot/gdnative.h
index 8b289da1f5..c71a7ae1ef 100644
--- a/modules/gdnative/godot/gdnative.h
+++ b/modules/gdnative/godot/gdnative.h
@@ -56,7 +56,7 @@ extern "C" {
#define GDAPI GDCALLINGCONV
#endif
#else
-#define GDCALLINGCONV __attribute__((sysv_abi))
+#define GDCALLINGCONV __attribute__((sysv_abi, visibility("default")))
#define GDAPI GDCALLINGCONV
#endif