File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ FetchContent_Declare(lua_socket
1919 PATCH_COMMAND patch -N -p1 < ${src} /luasocket.patch)
2020FetchContent_MakeAvailable(lua_socket)
2121set (mobdebug_zip 0.80.zip)
22- FetchContent_Declare(mobdebug URL https://github.com/pkulchenko/MobDebug/archive/${mobdebug_zip} )
22+ FetchContent_Declare(mobdebug
23+ URL https://github.com/pkulchenko/MobDebug/archive/${mobdebug_zip}
24+ PATCH_COMMAND patch -N -p1 < ${src} /mobdebug.patch)
2325FetchContent_MakeAvailable(mobdebug)
2426set (deps_dir ${CMAKE_BINARY_DIR} /_deps)
2527set (dkjson_tgz dkjson-2.5.tar.gz)
Original file line number Diff line number Diff line change 1+ --- a/src/mobdebug.lua 2025-10-17 10:51:18
2+ +++ b/src/mobdebug.lua 2025-10-17 10:41:10
3+ @@ -125,6 +125,7 @@
4+ error(deferror)
5+ end
6+ local function q(s) return string.gsub(s, '([%(%)%.%%%+%-%*%?%[%^%$%]])','%%%1') end
7+ + local print = function() end -- do not print anything to stdout
8+
9+ local serpent = (function() ---- include Serpent module for serialization
10+ local n, v = "serpent", "0.302" -- (C) 2012-18 Paul Kulchenko; MIT License
You can’t perform that action at this time.
0 commit comments