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

add build settings to build properly on linux #39

Open
wants to merge 2 commits into
base: gfm
Choose a base branch
from

Conversation

QuietMisdreavus
Copy link

When building with swift build on Linux, the api_test target will fail to build for two reasons:

  • There is a missing reference to link pthreads
  • The cmark_gfm module is not labeled as extern_c, and it causes an error when being imported in the C++ tests

This PR fixes those two issues.

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.

1 participant