Skip to content

Commit

Permalink
Reapply "mkmf.rb: Define missing POSTLINK variable in generated Mak…
Browse files Browse the repository at this point in the history
…efile"

This reverts commit 0ae0a0c.
  • Loading branch information
hsbt committed Mar 5, 2024
1 parent b582e5a commit 8e27c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mkmf.rb
Expand Up @@ -2148,6 +2148,7 @@ def configuration(srcdir)
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
LDSHARED = #{CONFIG['LDSHARED']}
LDSHAREDXX = #{config_string('LDSHAREDXX') || '$(LDSHARED)'}
POSTLINK = #{config_string('POSTLINK', RbConfig::CONFIG)}
AR = #{CONFIG['AR']}
LD = #{CONFIG['LD']}
EXEEXT = #{CONFIG['EXEEXT']}
Expand Down

0 comments on commit 8e27c01

Please sign in to comment.