mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
Fix user-package codename & buildtime error (#303)
This commit is contained in:
parent
ff6bb51732
commit
7b8a0faee1
@ -33,7 +33,7 @@ build_v2() {
|
||||
local VERSIONTAG=$(git describe --abbrev=0 --tags)
|
||||
fi
|
||||
|
||||
LDFLAGS="-s -w -buildid= -X v2ray.codename=${CODENAME} -X v2ray.build=${BUILDNAME} -X v2ray.version=${VERSIONTAG}"
|
||||
LDFLAGS="-s -w -buildid= -X v2ray.com/core.codename=${CODENAME} -X v2ray.com/core.build=${BUILDNAME} -X v2ray.com/core.version=${VERSIONTAG}"
|
||||
|
||||
echo ">>> Compile v2ray ..."
|
||||
env CGO_ENABLED=0 go build -o "$TMP"/v2ray"${EXESUFFIX}" -ldflags "$LDFLAGS" ./main
|
||||
|
Loading…
Reference in New Issue
Block a user