1
0
Fork 0
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:
Nobuyoshi Nakada 2021-12-23 20:12:45 +09:00
parent bf1444e500
commit 40a1af6151
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -4,4 +4,8 @@
require "mkmf"
$INSTALLFILES = {
"digest.h" => "$(HDRDIR)"
} if $extmk
create_makefile("digest")