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)
commitb891a2ff44e99392e258c2f39ec0852c4b5dbfab
treefb6b8541f10ca38d039197bdb821178f3122abd6
parentb0d277d6cb2a60e8dd3ec94b6c1dae569f8070bf
build: Split SConscript.libcommon in two.

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.
SConscript.libcommon [deleted file]
SConscript.libcommon.c [new file with mode: 0644]
SConscript.libcommon.rs [new file with mode: 0644]
SConscript.target