mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-17 11:09:12 -04:00
really really fix pie build
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -148,7 +148,7 @@ jobs:
|
||||
"linux-amd64")
|
||||
;&
|
||||
"linux-arm64")
|
||||
if [ -z $PIE_ENABLED ]
|
||||
if [ -n $PIE_ENABLED ]
|
||||
then
|
||||
EXTRA_ARG=$EXTRA_ARG" -buildmode=pie"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user