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
@@ -84,6 +84,7 @@ static void create_libs(State* L, StateType stateType) {
}
addfunc(L, "print", lua::wrap<l_print>);
addfunc(L, "_crc32", lua::wrap<l_crc32>);
}
void lua::init_state(State* L, StateType stateType) {