fix inStream deprecation

This commit is contained in:
Nameless 2021-01-10 19:49:21 -06:00 committed by GitHub
parent 25faf150be
commit 966a6068cc
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?