summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-06 01:43:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-06 02:13:56 +0900
commit8a5e161cd9a251054e851d46ccc367609a31c1c7 (patch)
tree00ac5bf04eb8d4dc7bfa0c423cff959f4913a721 /win32/Makefile.sub
parenteecc4570cd0f775cc83b3ce9c811cd5142e838f2 (diff)
Set ENCSTATIC in rbconfig.rb [Bug #17929]
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index febff220ae..2eb6292390 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -982,6 +982,7 @@ s,@SOEXT@,dll,;t t
s,@DLEXT@,so,;t t
s,@LIBEXT@,lib,;t t
s,@STRIP@,$(STRIP),;t t
+s,@ENCSTATIC@,$(ENCSTATIC),;t t
s,@EXTSTATIC@,$(EXTSTATIC),;t t
s,@setup@,Setup,;t t
s,@MINIRUBY@,$(MINIRUBY),;t t