Closed kroppt closed 4 years ago
As of 0.4.0, github.com/veandco/go-sdl2 supports static compilation using the -tags static build flag. (for module mode, which we are using.. has been available since 0.3.0) This allows us to build without having SDL2 installed at all.
-tags static
As of 0.4.0, github.com/veandco/go-sdl2 supports static compilation using the
-tags static
build flag. (for module mode, which we are using.. has been available since 0.3.0) This allows us to build without having SDL2 installed at all.