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 vendoring issues of v3.2 #284

Merged
merged 2 commits into from
Nov 1, 2020
Merged

Fix vendoring issues of v3.2 #284

merged 2 commits into from
Nov 1, 2020

Conversation

techievee
Copy link
Contributor

add dummy files similar to fix of #258 for the version of 3.3 to make the 3.2 vendoring work properly

techievee added 2 commits May 21, 2020 23:29
add dummy files similar to fix of go-gl#258 for version of 3.3 to make the…
@pwaller pwaller merged commit f087fae into go-gl:master Nov 1, 2020
raboof added a commit to raboof/fyne-opensnitch that referenced this pull request Mar 30, 2021
fyne-opensnitch fails to build for me with:

```
github.com/go-gl/glfw/v3.2/glfw
vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4:10: fatal error: glfw/src/context.c: No such file or directory
    4 | #include "glfw/src/context.c"
      |          ^~~~~~~~~~~~~~~~~~~~
```

This is due to https://github.com/golang/go/wiki/Modules#some-needed-files-may-not-be-present-in-populated-vendor-directory
and should be fixed in go-gl/glfw since go-gl/glfw#284
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