diff options
-rw-r--r-- | build2/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/buildfile b/build2/buildfile index bea1dee..f166ecd 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -17,8 +17,8 @@ exe{b}: \ {hxx cxx}{ function } \ { cxx}{ functions-builtin } \ { cxx}{ functions-path } \ - { cxx}{ functions-process-path } \ - { cxx}{ functions-string } \ + { cxx}{ functions-process-path } \ + { cxx}{ functions-string } \ {hxx cxx}{ lexer } \ {hxx cxx}{ module } \ {hxx ixx cxx}{ name } \ |