feat(external): Include *.s (ASM) files in external builds

This commit is contained in:
Vincent Ambo 2019-12-13 15:15:53 +00:00
parent cfae527cc1
commit 859c429b2f
2 changed files with 9 additions and 0 deletions

View file

@ -67,6 +67,7 @@ let
libArgs = args // {
name = pathToName entry.name;
path = lib.concatStringsSep "/" ([ path ] ++ entry.locator);
sfiles = map (f: src + ("/" + f)) entry.sfiles;
};
binArgs = args // {