glfw: update TODO

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-16 18:04:10 -07:00 committed by Stephen Gutekanst
parent f8eb5599a4
commit eb939afa1d

View file

@ -101,7 +101,7 @@ pub fn link(b: *Builder, step: *std.build.LibExeObjStep, options: Options) void
// Assume Linux-like // Assume Linux-like
includeSdkLinuxX8664(b, step); includeSdkLinuxX8664(b, step);
// TODO(slimsag): for now, Linux must be built with glibc, not musl: // TODO(future): for now, Linux must be built with glibc, not musl:
// //
// ``` // ```
// ld.lld: error: cannot create a copy relocation for symbol stderr // ld.lld: error: cannot create a copy relocation for symbol stderr