1
0
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:
Shelikhoo
2025-01-26 20:24:29 +00:00
parent 81893cb41d
commit ca5ce23fb4

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