mirror of
https://github.com/micropython/micropython.git
synced 2026-06-12 09:35:14 +02:00
8fa4e0075f
This commit lets the "sys" module report the correct value of "sys.platform" on FreeBSD systems. The only two platforms known to the module were Darwin and Linux, with the latter used as a fallback. Now FreeBSD is also recognised as such, with the appropriate string being set. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>