diff options
author | Ori Bernstein <ori@eigenstate.org> | 2017-11-28 00:48:45 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-11-28 00:49:16 -0800 |
commit | 89b3d3a94433aa7dac7f823cde944ff44a773461 (patch) | |
tree | 55681b0d03a620e27b582d76b1a508d942b16e68 /mbld | |
parent | 22a06a181850301a4d122f5fa4408b2a29cb0016 (diff) | |
download | mc-89b3d3a94433aa7dac7f823cde944ff44a773461.tar.gz |
Remove bogus objdir prepend.
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 79f90c4..066fb3c 100644 --- a/mbld/deps.myr +++ b/mbld/deps.myr @@ -474,7 +474,7 @@ const myrcmd = {b, n, mt, src, istest pushopt(&n.cmd, "-O", std.sldup(opt_objdir)) ;; for inc : mt.incpath[:mt.incpath.len - 1] - pushopt(&n.cmd, "-I", std.pathcat(opt_objdir, inc)) + pushopt(&n.cmd, "-I", inc) ;; if istest for (dir, _, _) : mt.tstdeps |