Skip to content

Commit

Permalink
ae.sys.d.manager: Stage .so files too, when present
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Oct 5, 2016
1 parent d8ef8eb commit 11e3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/d/manager.d
Expand Up @@ -1238,7 +1238,7 @@ EOS";
targets = sourceDir
.buildPath("generated")
.dirEntries(SpanMode.depth)
.filter!(de => de.name.endsWith(".a"))
.filter!(de => de.name.endsWith(".a") || de.name.endsWith(".so"))
.map!(de => de.name.relativePath(sourceDir))
.array()
;
Expand Down

0 comments on commit 11e3873

Please sign in to comment.