mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a missing comma
This commit is contained in:
parent
8f3e29c849
commit
5646f4b67b
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ main()
|
|||
# wasi-libc's sys/socket.h is not compatible with -std=gnu99,
|
||||
# so re-declare shutdown in include/ruby/missing.h
|
||||
ac_cv_func_shutdown=no
|
||||
]
|
||||
],
|
||||
[ LIBS="-lm $LIBS"])
|
||||
: ${ORIG_LIBS=$LIBS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue