diff options
| author | Jeff Carr <[email protected]> | 2025-02-18 14:58:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-19 17:39:45 -0600 |
| commit | 9cd1d582e2331a0d3c41cd5b1848c0d4ed86ef5d (patch) | |
| tree | 114365edbaa94447ca40a9c2a07bb4a36668b07a /Makefile | |
| parent | 3ca1fff7554f9dc19c0dd2523e034cc93cc4f91c (diff) | |
window close works
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ vet: @echo this go plugin builds okay gocui: - GO111MODULE=off go build -v -buildmode=plugin -o gocui.so \ + GO111MODULE=off go build -v -x -buildmode=plugin -o gocui.so \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: |
