feat(external): Include *.s (ASM) files in external builds
This commit is contained in:
parent
cfae527cc1
commit
859c429b2f
2 changed files with 9 additions and 0 deletions
1
external/default.nix
vendored
1
external/default.nix
vendored
|
|
@ -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 // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue