for minimum exports

dev
MITSUNARI Shigeo 7 years ago
parent 34573a2444
commit 95e569c6fb
  1. 2
      include/mcl/bn.h

@ -29,7 +29,7 @@
#endif
#endif
#endif
#elif defined(__EMSCRIPTEN__)
#elif defined(__EMSCRIPTEN__) && !defined(MCLBN_DONT_EXPORT)
#define MCLBN_DLL_API __attribute__((used))
#else
#define MCLBN_DLL_API

Loading…
Cancel
Save