mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix symbol visibility issue in p3d_plugin.so
This commit is contained in:
parent
c0ff9d8e5f
commit
29ef15db3f
@ -53,7 +53,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else /* _WIN32 */
|
#else /* _WIN32 */
|
||||||
|
#if defined(BUILDING_P3D_PLUGIN) && defined(__GNUC__)
|
||||||
|
#define EXPCL_P3D_PLUGIN __attribute__((visibility("default")))
|
||||||
|
#else
|
||||||
#define EXPCL_P3D_PLUGIN
|
#define EXPCL_P3D_PLUGIN
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user