mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
6 lines
181 B
Batchfile
6 lines
181 B
Batchfile
SET MINIO_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\minio.exe
|