Skip to content

Commit

Permalink
Merge pull request #153 from sue445/feature/glibc_error
Browse files Browse the repository at this point in the history
Fixed.  version 'GLIBC_2.28' not found error on Ubuntu 18.04
  • Loading branch information
sue445 authored Jun 29, 2021
2 parents 8a5b363 + 82ddf6d commit e1a2783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.1
v0.2.2.alpha1

0 comments on commit e1a2783

Please sign in to comment.