Merge pull request #7 from HatEmU/patch-1

Fix compile issue on Mac
This commit is contained in:
Andrei Yankovich 2020-03-25 10:11:55 +03:00 committed by GitHub
commit 8c19856500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
# define MINIGMPSHARED_EXPORT __declspec(dllexport)
#endif
#ifdef linux
#if defined (linux) || defined (__APPLE__)
# define MINIGMPSHARED_EXPORT __attribute__((visibility("default")))
#endif