ref: 014aa4aeac90436d5d3f69acf37fd9a830630714
parent: 94c7903517dabd8c8bf72402890f2ca4174c75c4
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Sep 10 18:46:10 EDT 2017
Include deps in libhttp bld.sub
--- a/lib/http/bld.sub
+++ b/lib/http/bld.sub
@@ -2,6 +2,10 @@
h.myr
lib http
+ lib ../sys:sys
+ lib ../std:std
+ lib ../bio:bio
+ lib ../thread:thread
;;
bin srvdot {noinst}=
@@ -8,6 +12,10 @@
srvdot.myr
lib http
+ lib ../sys:sys
+ lib ../std:std
+ lib ../bio:bio
+ lib ../thread:thread
;;
lib http =
@@ -18,4 +26,9 @@
server.myr
session.myr
status.myr
+
+ lib ../sys:sys
+ lib ../std:std
+ lib ../bio:bio
+ lib ../thread:thread
;;