mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
enc: Define missing POSTLINK
variable in enc.mk
This is a follow up change to 71d511615b
This commit is contained in:
parent
7e4b1f8e19
commit
072761bb3f
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ DEFS = @DEFS@
|
|||
CPPFLAGS = @CPPFLAGS@ -DONIG_ENC_REGISTER=rb_enc_register
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LDSHARED = @LDSHARED@
|
||||
POSTLINK = @POSTLINK@
|
||||
ldflags = $(LDFLAGS)
|
||||
dldflags = @DLDFLAGS@
|
||||
extdldflags = @EXTDLDFLAGS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue