Skip to content

Commit 2eb663f

Browse files
committed
pass pic
1 parent cb824a6 commit 2eb663f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-lua.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
curl -fsSL "https://gist.githubusercontent.com/ZeWaka/5d8a24ded388763bfd2e5213093eac95/raw/63d7664347bbdd59389a8af6eeeb5531335af35c/liblua.so.patch" -o lua-shared-lib.patch
4848
patch -p1 < lua-shared-lib.patch
4949
50-
# Build with patched Makefile
51-
make linux
50+
# Build with patched Makefile and PIC
51+
make linux MYCFLAGS="-fPIC"
5252
5353
cd src
5454

0 commit comments

Comments
 (0)