jw-pkg/src
Jan Lindemann 4393ca21fc App.os_cascade: Don't use platform.system()

Python's platform.system() outputs 'Linux', and to use it is tempting. Sadly, that's wrong, because it reflects the host's idea of the target system, not the execution context's, so replace it with straight 'linux' if the distro is known, or, failing that, the output of uname -s.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-25 07:32:46 +01:00
..
python App.os_cascade: Don't use platform.system() 2026-03-25 07:32:46 +01:00
Makefile projects.py: Move bulk of code into module 2025-11-15 11:08:52 +01:00