diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-12-22 12:47:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 12:47:24 +0100 |
commit | 86d080b328b4367984cd7932bd1ce676e9ca5103 (patch) | |
tree | f27f2a0513032a14ed4b49ecd448bcbfafaad735 /misc/dist | |
parent | fa28efa51d232c7e3cd0fe8100861c5d518eefd0 (diff) | |
parent | 1831677f6366db9ee8ff08497f5dc58ae396b057 (diff) | |
download | fork-godot-webrtc-native-86d080b328b4367984cd7932bd1ce676e9ca5103.tar.gz fork-godot-webrtc-native-86d080b328b4367984cd7932bd1ce676e9ca5103.tar.bz2 fork-godot-webrtc-native-86d080b328b4367984cd7932bd1ce676e9ca5103.zip |
Merge pull request #134 from Faless/fix/mingw_only_export_init_symbol
[Windows/MinGW] Only export extension init symbol
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/linux/symbols-extension.map | 6 | ||||
-rw-r--r-- | misc/dist/linux/symbols-gdnative.map | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/misc/dist/linux/symbols-extension.map b/misc/dist/linux/symbols-extension.map deleted file mode 100644 index 5af224e..0000000 --- a/misc/dist/linux/symbols-extension.map +++ /dev/null @@ -1,6 +0,0 @@ -{ - global: - webrtc_extension_init; - local: - *; -}; diff --git a/misc/dist/linux/symbols-gdnative.map b/misc/dist/linux/symbols-gdnative.map deleted file mode 100644 index d048dc3..0000000 --- a/misc/dist/linux/symbols-gdnative.map +++ /dev/null @@ -1,9 +0,0 @@ -{ - global: - godot_gdnative_singleton; - godot_gdnative_init; - godot_gdnative_terminate; - godot_nativescript_init; - local: - *; -}; |