Skip to content

Commit

Permalink
checks for methods
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Feb 9, 2025
1 parent 06e565e commit 9d13ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ def test_for(name, const, src)
have_header('ruby/thread.h') && have_func('rb_thread_call_without_gvl', 'ruby/thread.h')
have_header('ruby/io.h')
have_func('rb_io_stdio_file')
have_func('curl_multi_wait')
have_func('curl_easy_duphandle')

create_header('curb_config.h')
create_makefile('curb_core')

0 comments on commit 9d13ec1

Please sign in to comment.