зеркало из https://github.com/github/ruby.git
configure.ac: avoid spaces in a LDFLAGS option
Seems like it confuses "make ruby" for emscripten.
This commit is contained in:
Родитель
f748b911c9
Коммит
d97ed004e8
|
@ -1176,8 +1176,8 @@ main()
|
|||
])
|
||||
],
|
||||
[emscripten*], [LIBS="-lm -lc $LIBS"
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-s ALLOW_MEMORY_GROWTH=1")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-s ASYNCIFY")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sALLOW_MEMORY_GROWTH=1")
|
||||
RUBY_APPEND_OPTIONS(LDFLAGS, "-sASYNCIFY")
|
||||
],
|
||||
[ LIBS="-lm $LIBS"])
|
||||
: ${ORIG_LIBS=$LIBS}
|
||||
|
|
Загрузка…
Ссылка в новой задаче