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:
parent
eecc4570cd
commit
8a5e161cd9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue