Skip to content

Commit

Permalink
Add one more keyword for a Linux target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kirillov committed Oct 21, 2020
1 parent 4f8a941 commit 0067de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minigmp_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# define MINIGMPSHARED_EXPORT __declspec(dllexport)
#endif

#if defined (linux) || defined (__APPLE__)
#if defined (linux) || defined (__linux__) || defined (__APPLE__)
# define MINIGMPSHARED_EXPORT __attribute__((visibility("default")))
#endif

Expand Down

0 comments on commit 0067de2

Please sign in to comment.