diff options
Diffstat (limited to 'repo/system/lua.xibuild')
-rw-r--r-- | repo/system/lua.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/system/lua.xibuild b/repo/system/lua.xibuild index f231481..6c035e0 100644 --- a/repo/system/lua.xibuild +++ b/repo/system/lua.xibuild @@ -34,6 +34,8 @@ Libs: -L${libdir} -llua -lm -ldl Cflags: -I${includedir} EOF +patch -Np1 -i lua-$PKG_VER-shared_library-1.patch + } build () { |