shithub: mc

Download patch

ref: 731dd8851a19c11f91d01bdc8c469c77d653a4ea
parent: c5cc1b17679cd9eba5b77d65add2c2e75d261228
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Mar 29 09:42:13 EDT 2018

Remove suprious free. We don't want to mutate the targets.

--- a/mbld/deps.myr
+++ b/mbld/deps.myr
@@ -333,7 +333,6 @@
 		std.slpush(&libs, d)
 	;;
 	myrcmd(b, n, mt, sp, true)
-	std.slfree(mt.incpath)
 
 	n = node(g, tp)
 	generates(g, n, tp)