diff options
Diffstat (limited to 'mbld')
-rw-r--r-- | mbld/deps.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/deps.myr b/mbld/deps.myr index 9d2d14a..4368205 100644 --- a/mbld/deps.myr +++ b/mbld/deps.myr @@ -386,7 +386,7 @@ const openlib = {lib, incs ;; std.fput(std.Err, "could not find library {}\n", lib) - :error +:error std.fput(std.Err, "search path is:\n") for p in incs std.fput(std.Err, "\t{}\n", p) |