Skip to content

Commit

Permalink
Regen configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 23, 2024
1 parent e9cc216 commit c6316ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5633,8 +5633,8 @@ printf "%s\n" "$as_me: WARNING: compiling to JavaScript - asm implementations di

else case e in #(
e)
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code" >&5
printf "%s\n" "$as_me: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code" >&2;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn\'t appear to be used - Assuming compilation to native code" >&5
printf "%s\n" "$as_me: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn\'t appear to be used - Assuming compilation to native code" >&2;}
CFLAGS="$CFLAGS -U__EMSCRIPTEN__"
unset EMSCRIPTEN
;;
Expand Down

0 comments on commit c6316ce

Please sign in to comment.