6 lines
70 B
Ruby
6 lines
70 B
Ruby
|
require 'mkmf'
|
||
|
|
||
|
if(have_library("m"))
|
||
|
create_makefile("kissfft")
|
||
|
end
|