1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 09:20:45 +00:00

Bazel: discard GOPATH (#278)

This commit is contained in:
Loyalsoldier 2020-10-07 18:35:21 +08:00 committed by GitHub
parent 93a91ea4de
commit ba99e32b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
load("//infra/bazel:build.bzl", "foreign_go_binary")
def gen_targets(matrix):
pkg = "v2ray.com/core/infra/control/main"
pkg = "./infra/control/main"
output = "v2ctl"
for (os, arch, ver) in matrix:

View File

@ -1,7 +1,7 @@
load("//infra/bazel:build.bzl", "foreign_go_binary")
def gen_targets(matrix):
pkg = "v2ray.com/core/main"
pkg = "./main"
output = "v2ray"
for (os, arch, ver) in matrix: