Skip to content

Commit

Permalink
Merge pull request #10 from Retsubhtym/fixLinuxPreprocessor
Browse files Browse the repository at this point in the history
Add one more keyword for a Linux target.
  • Loading branch information
EndrII authored Nov 13, 2020
2 parents fa03c6a + 0067de2 commit 8178322
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 8178322

Please sign in to comment.