1 parent 719f8c0 commit 7b1bf0cCopy full SHA for 7b1bf0c
1 file changed
tools/make-frozen.py
@@ -40,7 +40,7 @@ def module_name(f):
40
print("const char mp_frozen_str_names[] = {")
41
for f, st in modules:
42
m = module_name(f)
43
- print('"%s\\0"' % m)
+ print('"%s\\0"' % m.replace("/", "."))
44
print('"\\0"};')
45
46
print("const uint32_t mp_frozen_str_sizes[] = {")
0 commit comments