dev-lua/compat53: remove unnecessary flags

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
Nicolas PARLANT
2024-12-04 09:28:45 +00:00
parent de9c588139
commit 5e002e635b

View File

@@ -39,8 +39,8 @@ lua_src_compile() {
local u=""
for u in *.c; do
edo $(tc-getCC) -shared -fPIC \
${CPPFLAGS} -DCOMPAT53_PREFIX="compat53" \
${CFLAGS} $(lua_get_CFLAGS) -Ic-api \
${CPPFLAGS} \
${CFLAGS} $(lua_get_CFLAGS) \
${SOFLAGS} \
${LDFLAGS} $(lua_get_LIBS) \
-o "${u/.c/.so}" ${u} c-api/compat-5.3.c