Skip to content

Commit edd25a7

Browse files
committed
Disable shared to avoid linking error
1 parent fb6e1e0 commit edd25a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-cross.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
CC="zig cc --target=$ZTARGET" \
119119
PARTIALLD="zig cc --target=$ZTARGET -r" \
120120
AR="zig ar" STRIP=: \
121+
--disable-shared \
121122
|| res=$?
122123
if ! [ "$res" = 0 ]; then cat config.log; exit "$res"; fi
123124
make crossopt -j

0 commit comments

Comments
 (0)