Change soft-fail to use the config, rather than env
[rbx.git] / stdlib / ext / Win32API / extconf.rb
blob865788556fb6f8269d0724c3ccdeee2cba5d6443
1 require 'mkmf'
3 dir_config("win32")
4 if have_header("windows.h") and have_library("kernel32")
5   create_makefile("Win32API")
6 end