Add ldflags option to build

This commit is contained in:
Lea Anthony
2020-06-22 20:11:56 +10:00
parent aa93e5d8d2
commit 1062aeb136
3 changed files with 13 additions and 2 deletions

View File

@@ -161,6 +161,7 @@ type ProjectOptions struct {
CrossCompile bool
Platform string
Architecture string
LdFlags string
}
// Defaults sets the default project template