diff options
author | Ori Bernstein <ori@eigenstate.org> | 2017-07-23 20:00:28 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-07-23 20:00:28 -0700 |
commit | 492c991bcb22a37377505fc97f8e976ef17bb9c1 (patch) | |
tree | acf016155d68d9c0348d57af8fc6ea1a13365334 /lib/crypto | |
parent | 16570e96dac87d60ed54aee8d3ff277923e36b5b (diff) | |
download | mc-492c991bcb22a37377505fc97f8e976ef17bb9c1.tar.gz |
Preparing for the new mbld.
It's a tad stricter about a couple of things.
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/bld.sub | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/crypto/bld.sub b/lib/crypto/bld.sub index 34117d1..402634b 100644 --- a/lib/crypto/bld.sub +++ b/lib/crypto/bld.sub @@ -22,10 +22,15 @@ lib crypto = ;; -lib testutil = +lib testutil {noinst} = util.myr + + lib ../std:std + lib ../sys:sys + lib ../thread:thread ;; testdeps = testutil + ../testr:testr ;; |