mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Avoid quote
This commit is contained in:
parent
07ccd8d8ae
commit
b7b1d027cc
@ -91,7 +91,7 @@ AS_IF([test "x$EMSCRIPTEN" != "x"], [
|
||||
enable_asm="no"
|
||||
AC_MSG_WARN([compiling to JavaScript - asm implementations disabled])
|
||||
], [
|
||||
AC_MSG_WARN([EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code])
|
||||
AC_MSG_WARN([EMSCRIPTEN environment variable defined, but emcc doesn\'t appear to be used - Assuming compilation to native code])
|
||||
CFLAGS="$CFLAGS -U__EMSCRIPTEN__"
|
||||
unset EMSCRIPTEN
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user