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")