mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
COMP: Fix compilation on MacOSX (common symbols not allowed with MH_DYLIB output format)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#define DL_EXPORT
|
||||
#endif
|
||||
|
||||
DL_EXPORT int TestDynamicLoaderData;
|
||||
DL_EXPORT int TestDynamicLoaderData = 0;
|
||||
|
||||
DL_EXPORT void TestDynamicLoaderFunction()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user