enc: Define missing POSTLINK variable in enc.mk

This is a follow up change to 71d511615b
This commit is contained in:
Yuta Saito 2024-03-02 12:04:12 +00:00
parent 7e4b1f8e19
commit 072761bb3f

View file

@ -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@