mirror of
https://github.com/systemed/tilemaker.git
synced 2026-05-06 08:26:46 -04:00
d19d080271
Some Lua 5.4 builds (e.g., vcpkg) removed LUA_GCSETPAUSE and LUA_GCSETSTEPMUL constants, replacing them with LUA_GCPPAUSE and LUA_GCPSTEPMUL. Add conditional defines to handle both cases.