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

Move DEFFILE to EXTDLDFLAGS

So that it is no longer needed in ruby.pc.in.
This commit is contained in:
Nobuyoshi Nakada 2021-08-29 13:04:42 +09:00
parent 323c0c392a
commit 623736ae7f
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 1 additions and 2 deletions

View file

@ -3751,7 +3751,7 @@ AS_CASE(["$target_os"],
LIBRUBY_DLDFLAGS="${LIBRUBY_DLDFLAGS}"' $(RUBYDEF)'
])
EXPORT_PREFIX=' '
DLDFLAGS="${DLDFLAGS}"' $(DEFFILE)'
EXTDLDFLAGS='$(DEFFILE)'
AC_LIBOBJ([win32/win32])
AC_LIBOBJ([win32/file])
COMMON_LIBS=m

View file

@ -49,7 +49,6 @@ LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
LIBRUBYARG=@LIBRUBYARG@
LIBS=@LIBS@
DLDFLAGS=@DLDFLAGS@
DEFFILE=@DEFFILE@
Name: Ruby
Description: Object Oriented Script Language