Set ENCSTATIC in rbconfig.rb [Bug #17929]

This commit is contained in:
Nobuyoshi Nakada 2021-07-06 01:43:41 +09:00
parent eecc4570cd
commit 8a5e161cd9
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 0 deletions

View File

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