summaryrefslogtreecommitdiff
path: root/misc/dist/linux
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dist/linux')
-rw-r--r--misc/dist/linux/symbols-extension.map6
-rw-r--r--misc/dist/linux/symbols-gdnative.map9
2 files changed, 15 insertions, 0 deletions
diff --git a/misc/dist/linux/symbols-extension.map b/misc/dist/linux/symbols-extension.map
new file mode 100644
index 0000000..5af224e
--- /dev/null
+++ b/misc/dist/linux/symbols-extension.map
@@ -0,0 +1,6 @@
+{
+ global:
+ webrtc_extension_init;
+ local:
+ *;
+};
diff --git a/misc/dist/linux/symbols-gdnative.map b/misc/dist/linux/symbols-gdnative.map
new file mode 100644
index 0000000..d048dc3
--- /dev/null
+++ b/misc/dist/linux/symbols-gdnative.map
@@ -0,0 +1,9 @@
+{
+ global:
+ godot_gdnative_singleton;
+ godot_gdnative_init;
+ godot_gdnative_terminate;
+ godot_nativescript_init;
+ local:
+ *;
+};