shithub: mc

Download patch

ref: 974f7318e5d899aa2bcaec03bfc0ec3c74dd3402
parent: d4f8f2a57a2d1b7adf6d9f45a1d3661cfd3d3d48
author: Ori Bernstein <[email protected]>
date: Tue Sep 18 06:45:53 EDT 2012

Use compiler from cwd for libmyr.

--- a/libmyr/bld.sh
+++ b/libmyr/bld.sh
@@ -5,8 +5,8 @@
 # testing purposes on every run as things stand.
 
 export PATH=.:$PATH
-export MC=6m
-export MU=muse
+export MC=../6/6m
+export MU=../util/muse
 export CC=cc
 export ASOPT="-g"
 case `uname` in