Skip to content

Commit

Permalink
Fixed. version 'GLIBC_2.28' not found error on Ubuntu 18.04
Browse files Browse the repository at this point in the history
Close #152
  • Loading branch information
sue445 committed Jun 28, 2021
1 parent 8a5b363 commit a401f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build-oracle: bin/plant_erd-oracle

.PHONY: gox-plant_erd
gox-plant_erd:
gox -osarch="$${GOX_OSARCH}" -ldflags=$(LDFLAGS) -output="bin/$(NAME)_{{.OS}}_{{.Arch}}" $(PACKAGE)/cmd/plant_erd
CGO_ENABLED=0 gox -osarch="$${GOX_OSARCH}" -ldflags=$(LDFLAGS) -output="bin/$(NAME)_{{.OS}}_{{.Arch}}" $(PACKAGE)/cmd/plant_erd

.PHONY: gox-plant_erd-oracle
gox-plant_erd-oracle:
Expand Down

0 comments on commit a401f39

Please sign in to comment.