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

Support for building latest quicly version #340

Closed
wants to merge 1 commit into from

Conversation

pbanicev
Copy link
Contributor

This fixes building issues with latest quicly version.
Need to be run tested with some typical setup, see #334

@KeithWiles KeithWiles marked this pull request as ready for review September 6, 2023 20:50
@KeithWiles KeithWiles marked this pull request as draft September 6, 2023 20:51
@KeithWiles
Copy link
Contributor

One of the actions failed for clang-format please click the details link and correct the problem before you convert the PR to a non-draft status. Thanks.

@KeithWiles
Copy link
Contributor

Looks good, did you want to convert this to non-draft version and I can approve and merge. Thanks

@@ -56,7 +57,7 @@ if quicly_dep.found()
quic_cflags += arg
endif
endforeach
quic_cflags += ['-I'+quicly_path+'/include', '-I'+picotls_path+'/include']
quic_cflags += ['-I'+quicly_path+'/../include', '-I'+picotls_path+'/../include']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't work if you follow the readme to build the quicly and picotls dirs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed this to get it build locally, but can remove if it breaks compilation in your case.

@KeithWiles
Copy link
Contributor

Is this one ready to merge and move out of draft status?

@pbanicev
Copy link
Contributor Author

I think another pull request toke changes from here with additional commits/fixes on top. so one can close this draft PR once that PR is merged.

@maryamtahhan
Copy link
Contributor

Yeah sorry - I pulled this into #343. We should be good to close this one.

@maryamtahhan
Copy link
Contributor

Integrated into #343.

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.

3 participants