ref: 89b3d3a94433aa7dac7f823cde944ff44a773461
parent: 22a06a181850301a4d122f5fa4408b2a29cb0016
author: Ori Bernstein <[email protected]>
date: Mon Nov 27 19:48:45 EST 2017
Remove bogus objdir prepend.
--- a/mbld/deps.myr
+++ b/mbld/deps.myr
@@ -474,7 +474,7 @@
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