We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b2c61 commit de43d59Copy full SHA for de43d59
meson.build
@@ -31,7 +31,7 @@ endif
31
if cxx.has_function('poll', prefix: '#include <poll.h>')
32
# Use poll if present
33
add_project_arguments('-DCPPHTTPLIB_USE_POLL', language: 'cpp')
34
-elif cxx.has_function('select', prefix: '#include <sys/select.h>')
+else if cxx.has_function('select', prefix: '#include <sys/select.h>')
35
# Use select otherwise
36
add_project_arguments('-DCPPHTTPLIB_USE_SELECT', language: 'cpp')
37
endif
0 commit comments