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:
parent
c28a4e0340
commit
c428fc0e1f
Notes:
git
2022-09-14 11:27:27 +09:00
1 changed files with 0 additions and 1 deletions
|
@ -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 ' ' ,`"
|
||||
|
|
Loading…
Reference in a new issue