Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows build #104

Merged
merged 1 commit into from
Jul 28, 2024
Merged

Fix Windows build #104

merged 1 commit into from
Jul 28, 2024

Conversation

bdashore3
Copy link
Contributor

Socket+Poll.swift requires the WinSock2 library to be imported for compilation. This allows the poll objects to be recognized by Windows while building.

Requires the WinSock2 library to be imported for compilation.

Signed-off-by: kingbri <bdashore3@proton.me>
Copy link

codecov bot commented Jul 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (c1cd41d) to head (6b488d1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
- Coverage   98.30%   98.26%   -0.05%     
==========================================
  Files          53       53              
  Lines        2424     2424              
==========================================
- Hits         2383     2382       -1     
- Misses         41       42       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@swhitty
Copy link
Owner

swhitty commented Jul 28, 2024

🙏🏻 thanks

@swhitty swhitty merged commit e681781 into swhitty:main Jul 28, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants