diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-09-04 17:04:29 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-09-04 17:04:29 -0400 |
commit | 99df731a4230688e4c158277a8cf4aafe62b8bd2 (patch) | |
tree | 5bd37a0a03ce6cfac4187046878afa732e85d02c /lib/regex | |
parent | d92cbdbffef3cce0dc83f95a4dd0e9be17b937bc (diff) | |
download | mc-99df731a4230688e4c158277a8cf4aafe62b8bd2.tar.gz |
Include all deps explicitly.
Since we're bootstrapping this stuff, the include path
needs to include all the directories in lib/
Diffstat (limited to 'lib/regex')
-rw-r--r-- | lib/regex/bld.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/regex/bld.sub b/lib/regex/bld.sub index 0078d09..23d3011 100644 --- a/lib/regex/bld.sub +++ b/lib/regex/bld.sub @@ -5,12 +5,14 @@ lib regex = types.myr lib ../std:std + lib ../sys:sys ;; bin redump {noinst} = redump.myr lib ../std:std lib ../bio:bio + lib ../sys:sys lib regex ;; |