andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Cross compiling to Windows forces static linkage for another cgo package #347

Open jclc opened 5 years ago

jclc commented 5 years ago

Importing ui and github.com/veandco/go-sdl2/sdl forces static linkage on the latter when compiling to Windows from a Linux system (haven't tried on Windows natively). Previously discussed in https://github.com/veandco/go-sdl2/issues/362.