Define dummy lib_dir of win32ole

This commit is contained in:
Hiroshi SHIBATA 2025-01-16 10:06:23 +09:00
parent 8d319edf38
commit f78447c9e8
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
Notes: git 2025-01-16 04:07:36 +00:00

View File

@ -8,5 +8,7 @@ module Rake
puts "#{args.name} => #{args.prereqs.join(' ')}"
end
end
def lib_dir; end
end
end