sointu/tracker/gomidi
5684185+vsariola@users.noreply.github.com 78fc6302a0 fix(tracker/gomidi): static cgo linking to avoid DLL dependencies
The linker flags -static -static-libgcc -static-libstdc++ tell mingw
to link statically; otherwise gcc_s_seh-1, stdc++-6 and winpthread-1
are needed.

Fixes #188.
2025-02-28 15:15:17 +02:00
..
midi.go fix(tracker/gomidi): static cgo linking to avoid DLL dependencies 2025-02-28 15:15:17 +02:00