diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88dd106f574a..22c95079f2d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1433,7 +1433,7 @@ dnl =================================================================== EMSCRIPTEN_MIN_MAJOR=2 EMSCRIPTEN_MIN_MINOR=0 -EMSCRIPTEN_MIN_TINY=31 +EMSCRIPTEN_MIN_TINY=32 EMSCRIPTEN_MIN_VERSION="${EMSCRIPTEN_MIN_MAJOR}.${EMSCRIPTEN_MIN_MINOR}.${EMSCRIPTEN_MIN_TINY}" if test "$_os" = "Emscripten"; then |