mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
EMSCRIPTEN -> __EMSCRIPTEN__
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
#ifndef NATIVE_LITTLE_ENDIAN
|
||||
# error donna_c64 currently requires a little endian CPU
|
||||
#endif
|
||||
#ifdef EMSCRIPTEN
|
||||
#ifdef __EMSCRIPTEN__
|
||||
# error emscripten currently supports only shift operations on integers \
|
||||
# larger than 64 bits
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user