diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-08-28 15:25:44 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-08-28 15:25:44 -0700 |
commit | cdd78ae25e3d84e5652a797bb6134be00573cdd7 (patch) | |
tree | d14abca33d07bcff0788aab1b6d299ba2fe32854 /support | |
parent | b163cf704a88d287064f7e9a42003a05df85b0d7 (diff) | |
download | mc-cdd78ae25e3d84e5652a797bb6134be00573cdd7.tar.gz |
Use the libs from the current build.
Fixes the dependency for myrddin on an installed myrddin.
Diffstat (limited to 'support')
-rw-r--r-- | support/bld.sub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/bld.sub b/support/bld.sub index a4052c5..bdb34cc 100644 --- a/support/bld.sub +++ b/support/bld.sub @@ -1,3 +1,8 @@ bin dumpleak = dumpleak.myr + + lib ../lib/sys:sys + lib ../lib/std:std + lib ../lib/bio:bio + lib ../lib/regex:regex ;; |