diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-05 23:00:39 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-05 23:00:39 -0700 |
commit | db048ccb7e6b80bcd2f5cf60f409d9b31a21dafe (patch) | |
tree | c2c2b1c77ee73cd116fb4f4c61a24b0189599c7b /lib/bld.sub | |
parent | b2d29ed0eebd0e3e2c162b5e83d6d0e8b6ddee57 (diff) | |
download | mc-db048ccb7e6b80bcd2f5cf60f409d9b31a21dafe.tar.gz |
Integrate libthread into the build.
Diffstat (limited to 'lib/bld.sub')
-rw-r--r-- | lib/bld.sub | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/bld.sub b/lib/bld.sub index 1705c64..263304a 100644 --- a/lib/bld.sub +++ b/lib/bld.sub @@ -1,8 +1,9 @@ sub = - sys - std bio - regex cryptohash inifile + regex + std + sys + thread ;; |