mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
105 B
Ruby
7 lines
105 B
Ruby
|
case
|
||
|
when have_func("rb_w32_system_tmpdir")
|
||
|
ok = true # win32
|
||
|
else
|
||
|
end
|
||
|
create_makefile("tmpdir") if ok
|