mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Install ruby/digest.h when from ext/digest
This commit is contained in:
parent
bf1444e500
commit
40a1af6151
1 changed files with 4 additions and 0 deletions
|
@ -4,4 +4,8 @@
|
|||
|
||||
require "mkmf"
|
||||
|
||||
$INSTALLFILES = {
|
||||
"digest.h" => "$(HDRDIR)"
|
||||
} if $extmk
|
||||
|
||||
create_makefile("digest")
|
||||
|
|
Loading…
Reference in a new issue