From a270a9129241c42d97e6ae3f3e0dbe0be916c59f Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Sun, 14 Jan 2018 19:48:50 -0800 Subject: [PATCH] build.ps1: remove "cmd/vendor" Signed-off-by: Gyuho Lee --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 455d37d20..c7086e2e3 100644 --- a/build.ps1 +++ b/build.ps1 @@ -10,7 +10,7 @@ if ($FSYS.StartsWith("FAT","CurrentCultureIgnoreCase")) { } # Set $Env:GO_LDFLAGS="-s" for building without symbols. -$GO_LDFLAGS="$Env:GO_LDFLAGS -X $REPO_PATH/cmd/vendor/$REPO_PATH/version.GitSHA=$GIT_SHA" +$GO_LDFLAGS="$Env:GO_LDFLAGS -X $REPO_PATH/version.GitSHA=$GIT_SHA" # rebuild symlinks git ls-files -s cmd | select-string -pattern 120000 | ForEach {