mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: don't use shutdown on emscripten
... to absorb a change on Ubuntu 21.10
This commit is contained in:
parent
4b248e7994
commit
9fc7ea64a1
1 changed files with 1 additions and 0 deletions
|
@ -1204,6 +1204,7 @@ main()
|
|||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sALLOW_MEMORY_GROWTH=1")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sASYNCIFY")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sFORCE_FILESYSTEM=1")
|
||||
ac_cv_func_shutdown=no
|
||||
],
|
||||
[ LIBS="-lm $LIBS"])
|
||||
: ${ORIG_LIBS=$LIBS}
|
||||
|
|
Loading…
Reference in a new issue