Bundle math module in static builds

This commit is contained in:
K Lange 2021-01-19 12:38:24 +09:00
parent ce0ff9e504
commit f4444cccaa

View File

@ -386,6 +386,7 @@ _finishArgs:
BUNDLED(dis);
BUNDLED(os);
BUNDLED(time);
BUNDLED(math);
#endif
KrkValue result = INTEGER_VAL(0);