Skip to content
Snippets Groups Projects
Commit cd5f12e4 authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format)

parent defedde8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#define DL_EXPORT
#endif
DL_EXPORT int TestDynamicLoaderData;
DL_EXPORT int TestDynamicLoaderData = 0;
DL_EXPORT void TestDynamicLoaderFunction()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment