Skip to content

Commit eb93307

Browse files
committed
DROP: drop goflags to allow installing packages
1 parent 24b6552 commit eb93307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ set -e; \
216216
package=$(2)@$(3) ;\
217217
echo "Downloading $${package}" ;\
218218
rm -f $(1) || true ;\
219-
GOBIN=$(LOCALBIN) go install $${package} ;\
219+
GOBIN=$(LOCALBIN) GOFLAGS='' go install $${package} ;\
220220
mv $(1) $(1)-$(3) ;\
221221
} ;\
222222
ln -sf $(1)-$(3) $(1)

0 commit comments

Comments
 (0)