-buildvcs=false
parent
8ff9189838
commit
ff6fc5a7fc
1
Makefile
1
Makefile
|
|
@ -868,6 +868,7 @@ else
|
||||||
$(if $(quiet),@echo " GO $@")
|
$(if $(quiet),@echo " GO $@")
|
||||||
$(Q)GOARCH=arm64 \
|
$(Q)GOARCH=arm64 \
|
||||||
go build \
|
go build \
|
||||||
|
-buildvcs=false \
|
||||||
-installsuffix "static" \
|
-installsuffix "static" \
|
||||||
-ldflags="$(KVM2_LDFLAGS)" \
|
-ldflags="$(KVM2_LDFLAGS)" \
|
||||||
-tags "libvirt.1.3.1 without_lxc" \
|
-tags "libvirt.1.3.1 without_lxc" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue