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

Update makefile to fix build error #93

Merged
merged 4 commits into from
Aug 6, 2019
Merged

Conversation

VMatrix1900
Copy link
Contributor

Use -lquiche instead of -l:libquiche.a to build.

Use `-lquiche` instead of `-l:libquiche.a` to build.
@LPardue
Copy link
Contributor

LPardue commented Aug 5, 2019

traceback to this change 57e2936

@ghedo
Copy link
Member

ghedo commented Aug 5, 2019

Yeah, so, this forces building against the static library, because otherwise the examples would be built with the dynamic library which is not in a standard path, so the examples would fail to run.

@VMatrix1900 what build error are you trying to fix with this?

@VMatrix1900
Copy link
Contributor Author

In my Macbook, using -l:libquiche.a can not find the library. Changing it to -l:quiche fixes it.

examples/Makefile Outdated Show resolved Hide resolved
junhochoi and others added 3 commits August 5, 2019 13:15
This reverts commit 8141094.
Co-Authored-By: Junho Choi <1229714+junhochoi@users.noreply.github.com>
@ghedo ghedo merged commit c276f1c into cloudflare:master Aug 6, 2019
@ghedo
Copy link
Member

ghedo commented Aug 6, 2019

Merged, thanks @VMatrix1900!

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.

4 participants