Skip to content

Commit

Permalink
Revert "Fix typo in meson.build (yhirose#2070)"
Browse files Browse the repository at this point in the history
This reverts commit 5c0135f.
  • Loading branch information
falbrechtskirchinger committed Feb 20, 2025
1 parent a4b2c61 commit de43d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
elif cxx.has_function('select', prefix: '#include <sys/select.h>')
else if cxx.has_function('select', prefix: '#include <sys/select.h>')
# Use select otherwise
add_project_arguments('-DCPPHTTPLIB_USE_SELECT', language: 'cpp')
endif
Expand Down

0 comments on commit de43d59

Please sign in to comment.