We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb824a6 commit 2eb663fCopy full SHA for 2eb663f
.github/workflows/build-lua.yml
@@ -47,8 +47,8 @@ jobs:
47
curl -fsSL "https://gist.githubusercontent.com/ZeWaka/5d8a24ded388763bfd2e5213093eac95/raw/63d7664347bbdd59389a8af6eeeb5531335af35c/liblua.so.patch" -o lua-shared-lib.patch
48
patch -p1 < lua-shared-lib.patch
49
50
- # Build with patched Makefile
51
- make linux
+ # Build with patched Makefile and PIC
+ make linux MYCFLAGS="-fPIC"
52
53
cd src
54
0 commit comments