mirror of
https://github.com/minio/mc
synced 2026-08-29 14:37:42 -04:00
5 lines
175 B
Batchfile
5 lines
175 B
Batchfile
SET MC_RELEASE=OFFICIAL
|
|
SET GO15VENDOREXPERIMENT=1
|
|
go run buildscripts/gen-ldflags.go > temp.txt
|
|
SET /p LDFLAGS=<temp.txt
|
|
go build -ldflags="%LDFLAGS%" -o %GOPATH%\bin\mc.exe
|