Skip to content

Commit

Permalink
build on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Nov 7, 2024
1 parent f8448ad commit e5dc56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ binary: dist FORCE
wails build -trimpath -ldflags "$(LDFLAGS)"

.PHONY: linux-binary
binary: export CGO_ENABLED=1
binary: dist FORCE
linux-binary: export CGO_ENABLED=1
linux-binary: dist FORCE
$(GO) version
wails build -trimpath -ldflags "$(LDFLAGS)" -tags webkit2_41

Expand Down

0 comments on commit e5dc56c

Please sign in to comment.