1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

-undefined dynamic_lookup is obsolete

This commit is contained in:
Nobuyoshi Nakada 2022-09-13 23:56:34 +09:00
parent c28a4e0340
commit c428fc0e1f
Notes: git 2022-09-14 11:27:27 +09:00

View file

@ -3057,7 +3057,6 @@ STATIC=
AS_CASE(["$target_os"],
[darwin*], [
for flag in \
"-undefined dynamic_lookup" \
"-multiply_defined suppress" \
; do
test "x${linker_flag}" = x || flag="${linker_flag}`echo ${flag} | tr ' ' ,`"