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

Merges .go-sdl2-libs as part of the repository #392

Merged
merged 1 commit into from
Mar 3, 2019

Conversation

veeableful
Copy link
Contributor

This fixes static and/or cross-platform build when using the new Go
Module system as it doesn't fetch the (previously) sub-module
go-sdl2-libs.

I thought that this is straightforward but perhaps it's good to have an okay from @gen2brain. I should not have asked him to make it into sub-module 😹

This fixes static and/or cross-platform build when using the new Go
Module system as it doesn't fetch the (previously) sub-module
go-sdl2-libs.

Signed-off-by: Lilis Iskandar <lilis@veand.co>
@gen2brain
Copy link
Collaborator

Hi,

Sure, this is fine, a simple change. It does add some weight in MB to the repo, but that should not be a big issue.
I planned to add libs for linux/arm separated with tags for generic GLES, RPi and vivante video drivers, that will probably add another 3-5M to repo, but is nice to have. Currently, linux/arm will just assume RPi.

@veeableful
Copy link
Contributor Author

Yeah, it will add quite a bit to the Git repo. I'm hopeful that since Go is making the Module system the default in Go 1.13, users won't notice the difference since they're going to download only the files without history 😁

Alright then, I'm merging it!

@veeableful veeableful merged commit d969945 into master Mar 3, 2019
neputevshina pushed a commit to neputevshina/go-sdl2 that referenced this pull request Nov 13, 2024
This fixes static and/or cross-platform build when using the new Go
Module system as it doesn't fetch the (previously) sub-module
go-sdl2-libs.

Signed-off-by: Lilis Iskandar <lilis@veand.co>
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