Building Error on Windows 10

When I come to the step “make install” when building go-ipfs, the following error occurs:

go install -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=%SHA%"

github.com/ipfs/go-ipfs/plugin/loader

…\plugin\loader\preload.go:12:2: undefined: pluginipldgit

It seems something wrong with github.com/ipfs/go-ipfs/plugin/loader/preload.sh, try:

— a/plugin/loader/preload.sh
+++ b/plugin/loader/preload.sh
@@ -11,6 +11,7 @@ package loader

import (
“github.com/ipfs/go-ipfs/plugin”

to_preload | while read -r name path num; do