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