1
0
Fork 0
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:
Nobuyoshi Nakada 2022-01-19 14:45:52 +09:00
parent 8f3e29c849
commit 5646f4b67b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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}