Skip to content

Conversation

yann-soubeyrand
Copy link
Contributor

Hello,

When using Go modules vendoring, I get an error during build:

# github.com/pjbgf/sha1cd/cgo
vendor/github.com/pjbgf/sha1cd/cgo/sha1.go:3:11: fatal error: lib/sha1.h: No such file or directory
    3 | // #include <lib/sha1.h>
      |           ^~~~~~~~~~~~
compilation terminated.

If I understood correctly, this is due to the fact that vendoring doesn’t take into account subdirectories (in this case the lib subdirectory).

This PR is an attempt at fixing this issue.

Copy link
Owner

@pjbgf pjbgf left a comment

Choose a reason for hiding this comment

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

LGTM

Great stuff @yann-soubeyrand! Thank you for the timely fix. 🙇

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