mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
configure.ac: enable FORCE_FILESYSTEM for Emscripten
This commit is contained in:
parent
0428c2e7df
commit
1c6f5ca4d4
@ -1178,6 +1178,7 @@ main()
|
||||
[emscripten*], [LIBS="-lm -lc $LIBS"
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sALLOW_MEMORY_GROWTH=1")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sASYNCIFY")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sFORCE_FILESYSTEM=1")
|
||||
],
|
||||
[ LIBS="-lm $LIBS"])
|
||||
: ${ORIG_LIBS=$LIBS}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user