forked from QuasarApp/QtBigInt
fix wasm 32
This commit is contained in:
parent
f04313ce55
commit
e2fcdf8281
@ -10,10 +10,10 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# define MINIGMPSHARED_EXPORT __declspec(dllexport)
|
||||
#endif
|
||||
|
||||
#if defined (linux) || defined (__linux__) || defined (__APPLE__)
|
||||
#elif (linux) || defined (__linux__) || defined (__APPLE__)
|
||||
# define MINIGMPSHARED_EXPORT __attribute__((visibility("default")))
|
||||
#else
|
||||
# define MINIGMPSHARED_EXPORT
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user