unnecessary GOOS

pull/13762/head
Sharif Elgamal 2022-04-11 14:20:31 -07:00
parent 684c2b4ac4
commit 2a28242f62
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ ifeq ($(MINIKUBE_BUILD_IN_DOCKER),y)
test "`strings $@ | grep '^LIBVIRT_[0-9]' | sort | tail -n 1`" = "LIBVIRT_1.2.9" test "`strings $@ | grep '^LIBVIRT_[0-9]' | sort | tail -n 1`" = "LIBVIRT_1.2.9"
else else
$(if $(quiet),@echo " GO $@") $(if $(quiet),@echo " GO $@")
$(Q)GOARCH=$* GOOS=linux \ $(Q)GOARCH=$* \
go build \ go build \
-installsuffix "static" \ -installsuffix "static" \
-ldflags="$(KVM2_LDFLAGS)" \ -ldflags="$(KVM2_LDFLAGS)" \