summaryrefslogtreecommitdiff
path: root/ext/tmpdir/extconf.rb
blob: a283f851b0eb9c7fea29d7a5eea3a1d7696cf7b8 (plain)
1
2
3
4
5
6
case
when have_func("rb_w32_system_tmpdir")
  ok = true # win32
else
end
create_makefile("tmpdir") if ok