Merge pull request #217 from truemedian/patch-1

fix inStream deprecation
This commit is contained in:
Auguste Rame 2021-01-10 21:29:19 -05:00 committed by GitHub
commit e1ec1ac12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ pub fn main() !void {
try runBuild(builder);
const stdout_stream = io.getStdOut().outStream();
const stdout_stream = io.getStdOut().writer();
// TODO: We currently add packages from every LibExeObj step that the install step depends on.
// Should we error out or keep one step or something similar?