unnecessary GOOS
parent
684c2b4ac4
commit
2a28242f62
2
Makefile
2
Makefile
|
|
@ -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)" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue