|
|
|
|
|
by yegortimoshenko
2561 days ago
|
|
Relevant section of Debian upstream guide: https://wiki.debian.org/UpstreamGuide#SCons As a Linux distribution maintainer, I second that. There are not that many packages that still use SCons, but ones that do often require boilerplate and/or patches to honor standard environment variables like CC, CFLAGS, LDFLAGS. Cross-compiling a SCons package is a nightmare. If you like that SCons uses Python, I'd suggest to try Meson. It does everything right and exposes a subset of Python API: https://mesonbuild.com |
|