fix crc32 in static build (#488)

fix crc32 in static build
This commit is contained in:
MihailRis
2025-03-17 20:16:52 +03:00
committed by GitHub
parent 0fefab2cdd
commit 513bac81b5
4 changed files with 31 additions and 19 deletions
+1
View File
@@ -56,6 +56,7 @@ extern const luaL_Reg transformlib[];
// Lua Overrides
extern int l_print(lua::State* L);
extern int l_crc32(lua::State* L);
namespace lua {
inline uint check_argc(lua::State* L, int a) {