fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
234 stars 48 forks source link

Ldflags where only needed with older version of zig which we have updated since then. #246

Closed Bluebugs closed 3 months ago

Bluebugs commented 4 months ago

Description:

Change on how we handle ldflags to pass them via GOFLAGS broke building for Darwin when on Linux and Windows. The code is actually not useful anymore as we have moved to updated zig since that was added. Simple solution remove the code.

Fixes #232

Checklist: