mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3694f1dda7
* win32/win32.c (rb_w32_system_tmpdir): extracted from init_env. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
105 B
Ruby
6 lines
105 B
Ruby
case
|
|
when have_func("rb_w32_system_tmpdir")
|
|
ok = true # win32
|
|
else
|
|
end
|
|
create_makefile("tmpdir") if ok
|