diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-16 20:49:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-16 20:49:15 +0300 |
commit | a21902d3764aa64f1579f1b1bf2831789890d0da (patch) | |
tree | a97b25bed868e55d4305c7b6dacd3e0710f32bb0 | |
parent | 67b63f91f2668ec65e1791ecfeb24a53c389f1ec (diff) |
Add scheduler.txx to buildfile
-rw-r--r-- | build2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/buildfile b/build2/buildfile index 37f0dc0..673d766 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -27,7 +27,7 @@ exe{b}: \ {hxx cxx}{ prerequisite } \ {hxx cxx}{ rule } \ {hxx }{ rule-map } \ - {hxx cxx}{ scheduler } \ + {hxx txx cxx}{ scheduler } \ {hxx cxx}{ scope } \ {hxx cxx}{ search } \ {hxx cxx}{ spec } \ |