diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-05-22 19:34:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-05-23 15:40:29 +0300 |
commit | 1dfc20c02d3b1076570a7146581799eab0773d6d (patch) | |
tree | 3d08ca9a4ccb69393dc365b0e96563f8d42b93be /mod/buildfile | |
parent | 3d7f248ee7aa7e5b470cb9bc2fcf76852e798db5 (diff) |
Replace ci_start::abandon() with ci_start::cancel()
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/buildfile b/mod/buildfile index ff04ae5..2d6ef39 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -39,7 +39,7 @@ mod{brep}: {hxx ixx txx cxx}{* -module-options -{$libu_src}} \ # the debugging of the notifications machinery. # cxx.poptions += -DBREP_CI_TENANT_SERVICE -cxx.poptions += -DBREP_CI_TENANT_SERVICE_UNLOADED +#cxx.poptions += -DBREP_CI_TENANT_SERVICE_UNLOADED libus{mod}: ../web/xhtml/libus{xhtml} libue{mod}: ../web/xhtml/libue{xhtml} |