aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bls/bls.h2
1 files changed, 1 insertions, 1 deletions
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