Add used functions to extconf.rb
This commit is contained in:
parent
1f520b9c0a
commit
e14be05aa0
1 changed files with 3 additions and 0 deletions
|
@ -6,5 +6,8 @@ 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'
|
||||
|
||||
create_makefile "#{NAME}/#{NAME}"
|
||||
|
|
Reference in a new issue