Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/ext/tox/extconf.rb
2015-09-12 17:27:55 +00:00

15 lines
373 B
Ruby
Executable file

#!/usr/bin/env ruby
require 'mkmf'
NAME = 'tox'
LIBTOXCORE = 'toxcore'
have_library LIBTOXCORE, 'tox_options_default'
have_library LIBTOXCORE, 'tox_new'
have_library LIBTOXCORE, 'tox_get_savedata_size'
have_library LIBTOXCORE, 'tox_get_savedata'
have_library LIBTOXCORE, 'tox_self_get_address'
have_library LIBTOXCORE, 'tox_bootstrap'
create_makefile "#{NAME}/#{NAME}"