Skip to content

Commit

Permalink
#5452 Set the RegisterModule symbol explicitly to visibility=default …
Browse files Browse the repository at this point in the history
…for gcc
  • Loading branch information
codereader committed Dec 20, 2020
1 parent 94fd459 commit 5e72bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/imodule.h
Expand Up @@ -510,5 +510,5 @@ namespace module
#elif defined(__APPLE__)
#define DARKRADIANT_DLLEXPORT __attribute__((visibility("default")))
#else
#define DARKRADIANT_DLLEXPORT
#define DARKRADIANT_DLLEXPORT __attribute__((visibility("default")))
#endif

0 comments on commit 5e72bc8

Please sign in to comment.