From 8a5e161cd9a251054e851d46ccc367609a31c1c7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 6 Jul 2021 01:43:41 +0900 Subject: Set ENCSTATIC in rbconfig.rb [Bug #17929] --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3