From 06a8ffae438a61552555ffff930bb92e80398f2b Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 17 Aug 2018 11:30:41 +0900 Subject: fix typo macro name --- include/bls/bls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bls/bls.h b/include/bls/bls.h index 3e2e719..0592b95 100644 --- a/include/bls/bls.h +++ b/include/bls/bls.h @@ -27,7 +27,7 @@ #endif #elif defined(__EMSCRIPTEN__) && !defined(BLS_DONT_EXPORT) #define BLS_DLL_API __attribute__((used)) -#elif defined(__wasm__) && !defined(MCLBN_DONT_EXPORT) +#elif defined(__wasm__) && !defined(BLS_DONT_EXPORT) #define BLS_DLL_API __attribute__((visibility("default"))) #else #define BLS_DLL_API -- cgit v1.2.3