buildDartApplication: Add custom outputs to the end of the list
This commit is contained in:
parent
ed2ea66bbf
commit
196a0a5b2d
@ -87,7 +87,7 @@ let
|
||||
dartCompileCommand dartOutputType dartRuntimeCommand dartCompileFlags
|
||||
dartJitFlags;
|
||||
|
||||
outputs = args.outputs or [ ] ++ [ "out" "pubcache" ];
|
||||
outputs = [ "out" "pubcache" ] ++ args.outputs or [ ];
|
||||
|
||||
dartEntryPoints =
|
||||
if (dartEntryPoints != null)
|
||||
|
Loading…
Reference in New Issue
Block a user