shithub: mc

Download patch

ref: 98faed57da6da8b1e39ebaa2e9e4c22ac2cef5c3
parent: 7a43350dd489ce16cf876b0cf4f0d8ce54f1333e
author: Ori Bernstein <[email protected]>
date: Wed Apr 15 14:39:21 EDT 2015

Use relative paths in mbld/bld.sub

    Consistency with other stuff.

--- a/mbld/bld.sub
+++ b/mbld/bld.sub
@@ -18,10 +18,10 @@
 	# Currently, mbld doesn't add all deps transitively.
 	# Until this gets fixed, we need to list all dependent
 	# libraries here explicitly.
-	lib @/libstd:sys
-	lib @/libstd:std
-	lib @/libbio:bio
-	lib @/libregex:regex
+	lib ../libstd:sys
+	lib ../libstd:std
+	lib ../libbio:bio
+	lib ../libregex:regex
 ;;
 
 gen config.myr {durable} =