ports/emulators/tic-80/files/patch-src_api_moonscript.c
Robert Clausecker 4cde7f7013 emulators/tic-80: unbundle devel/lua-lpeg
This one is needed for the moonscript dependency.
Once moonscript is unbundled, the dependency can be removed entirely.
2023-05-25 11:39:32 +02:00

13 lines
327 B
C

--- src/api/moonscript.c.orig 2023-05-22 10:36:00 UTC
+++ src/api/moonscript.c
@@ -86,9 +86,6 @@ static bool initMoonscript(tic_mem* tic, const char* c
lua_State* lua = core->currentVM = luaL_newstate();
lua_open_builtins(lua);
- luaopen_lpeg(lua);
- setloaded(lua, "lpeg");
-
initLuaAPI(core);
{