[Scons-users] Cross-OS Cross-Building

Dirk Bächle tshortik at gmx.de
Wed Aug 10 02:51:07 EDT 2016


Yes,

On 10.08.2016 01:31, Jason Kenny wrote:
> I been doing cross platform builds for years. If you choose use Parts with
> Scons you will find it very easy to setup.
>
> [...]
>
>
> from parts import *
> Part('hello.parts')
>
> ----------------------
> hello.part------
> Import('*')
> ret=env.Program("hello","hello.c")
> env.InstallTarget(ret)
>
> ----------------------
>

Parts FTW! :)

Regards,

Dirk



More information about the Scons-users mailing list