mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fix typo in meson.build (#2070)
This commit is contained in:
parent
2b5d1eea8d
commit
5c0135fa5d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ endif
|
|||
if cxx.has_function('poll', prefix: '#include <poll.h>')
|
||||
# Use poll if present
|
||||
add_project_arguments('-DCPPHTTPLIB_USE_POLL', language: 'cpp')
|
||||
else if cxx.has_function('select', prefix: '#include <sys/select.h>')
|
||||
elif cxx.has_function('select', prefix: '#include <sys/select.h>')
|
||||
# Use select otherwise
|
||||
add_project_arguments('-DCPPHTTPLIB_USE_SELECT', language: 'cpp')
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue