10 lines
156 B
Ruby
Executable file
10 lines
156 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require 'mkmf'
|
|
|
|
NAME = 'tox'
|
|
|
|
LIBTOXCORE = 'toxcore'
|
|
have_library LIBTOXCORE, 'tox_options_default'
|
|
|
|
create_makefile "#{NAME}/#{NAME}"
|