1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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