1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00

really really fix pie build

This commit is contained in:
Shelikhoo 2025-01-26 20:24:29 +00:00
parent 81893cb41d
commit ca5ce23fb4
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

View File

@ -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