MSYS2: fix linking error with extern templates

This commit is contained in:
wmayer
2023-03-12 15:47:01 +01:00
committed by wwmayer
parent 220947abdb
commit 5297e94859

View File

@@ -217,7 +217,7 @@ protected:
};
// Workaround for MSVC
#ifdef FreeCADBase_EXPORTS
#if defined (FreeCADBase_EXPORTS) && defined(_MSC_VER)
# define Base_EXPORT
#else
# define Base_EXPORT BaseExport