mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
The msvc compiler doesn't accept zero-sized arrays so let the freezing process generate compatible C code in case no modules are found and the involved arrays are all empty. This doesn't affect the functionality in any way because those arrays only get accessed when mp_frozen_mpy_names contains names, i.e. when modules are actually found.
2.2 KiB
Executable File
2.2 KiB
Executable File