build: Split SConscript.libcommon in two.
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 8 Jan 2020 13:32:29 +0000 (14:32 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 14:19:36 +0000 (15:19 +0100)
Split it in SConscript.libcommon.c, dealing with the C code
that's used to build libcommon.a, and SConscript.libcommon.rs,
used to build libcommon.rlib.

This will be useful for native builds used for testing in the future.


No differences found