Pend make option test on mswin platform

This commit is contained in:
Hiroshi SHIBATA 2024-01-24 17:33:50 +09:00
parent fb39128dce
commit 4099b04c09

View File

@ -83,6 +83,8 @@ install:
end
def test_custom_make_with_options
pend "native windows platform only provides nmake" if vc_windows?
ENV["make"] = "make V=1"
results = []
File.open File.join(@ext, "Makefile"), "w" do |io|